Clean: no more embedded client\nFeature: add license + README up-to-date

This commit is contained in:
2015-09-02 12:09:08 +00:00
parent 695fc03f67
commit 30eeb6c59a
14 changed files with 42 additions and 65 deletions

View File

@@ -1,8 +1,14 @@
{
"name": "cloud-budget",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/Febbweiss/CloudBudget"
},
"bugs" : {
"url": "https://github.com/Febbweiss/CloudBudget/issues"
},
"dependencies": {
"bower": "~1.5.1",
"express": "~4.5.1",
"mongoose": "~4.0.8",
"body-parser": "~1.4.2",
@@ -17,6 +23,7 @@
"passport-jwt": "~1.1.0"
},
"devDependencies": {
"chai": "^3.2.0",
"coveralls": "^2.11.4",
"istanbul": "^0.3.18",
"mocha": "~2.2.5",
@@ -29,5 +36,6 @@
"test": "NODE_ENV=test ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec test/*",
"start": "app.js",
"stop": "pkill -SIGINT CloudBudget"
}
},
"license": "MIT"
}