Feature: add API documentation

This commit is contained in:
2015-09-03 10:55:55 +00:00
parent 30eeb6c59a
commit f7b14fe9a9
67 changed files with 6529 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/Febbweiss/CloudBudget"
},
"bugs" : {
"bugs": {
"url": "https://github.com/Febbweiss/CloudBudget/issues"
},
"dependencies": {
@@ -23,6 +23,7 @@
"passport-jwt": "~1.1.0"
},
"devDependencies": {
"apidoc": "^0.13.1",
"chai": "^3.2.0",
"coveralls": "^2.11.4",
"istanbul": "^0.3.18",
@@ -32,7 +33,8 @@
"supertest": "~1.0.1"
},
"scripts": {
"test-local": "NODE_ENV=test mocha test/*",
"generate-doc": "./node_modules/apidoc/bin/apidoc -i app/ -o public",
"test-local": "NODE_ENV=test ./node_modules/mocha/bin/mocha test/*",
"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"