Feature: First version of the REST API done

This commit is contained in:
2015-08-14 08:04:31 +00:00
commit e6fc0be0ed
28 changed files with 3170 additions and 0 deletions

11
bower.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "cloud-budget",
"version": "0.0.1-SNAPSHOT",
"dependencies": {
"bootstrap": "~3.3.5",
"font-awesome": "~4.3.0",
"animate.css": "~3.3.0",
"angular": "~1.4.1",
"angular-route": "~1.4.1"
}
}