First commit

This commit is contained in:
2015-09-10 14:02:43 +00:00
commit ab624930df
25 changed files with 933 additions and 0 deletions

15
bower.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "cloudbudget-angularjs",
"version": "1.0.0-SNAPSHOT",
"dependencies": {
"angular": "~1.4.1",
"angular-cookies": "~1.4.4",
"angular-route": "~1.4.1",
"animate.css": "~3.3.0",
"bootstrap": "~3.3.5",
"font-awesome": "~4.4.0"
},
"devDependencies": {
"angular-mocks": "~1.4.4"
}
}