initial commit

This commit is contained in:
Mo Bitar
2016-12-05 17:33:27 -06:00
commit c6ab2f4122
146 changed files with 6185 additions and 0 deletions

25
bower.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "neeto",
"lib": {
"name": "bower-rails generated lib assets",
"dependencies": {}
},
"vendor": {
"name": "bower-rails generated vendor assets",
"dependencies": {
"angular": "^1.5.9",
"angular-ui-router": "^0.2.18",
"restangular": "^1.5.2",
"ng-token-auth": "^0.0.29",
"oclazyload": "^1.0.9",
"font-awesome": "^4.6.2",
"angular-cookie": "4.1.0",
"marked": "0.3.4",
"angular-lazy-img": "1.1.0",
"ng-dialog" : "0.6.4"
},
"resolutions": {
"angular": "1.5.9"
}
}
}