mirror of
https://github.com/Febbweiss/CloudBudget.git
synced 2026-03-04 22:35:38 +00:00
Clean: no more embedded client\nFeature: add license + README up-to-date
This commit is contained in:
12
package.json
12
package.json
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user