-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 853 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "mybuilding",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha **/**.spec.js",
"test-with-cover": "NODE_PATH=src NODE_ENV=test jenkins-mocha **/**.spec.js",
"start": "node src"
},
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "^3.4.6",
"bunyan": "^1.8.4",
"documentdb": "^1.10.0",
"doqmentdb": "^0.3.3",
"koa": "^1.2.4",
"koa-body": "^1.6.0",
"koa-body-parser": "^1.1.2",
"koa-bodyparser": "^2.3.0",
"koa-cors": "0.0.16",
"koa-mount": "^1.3.0",
"koa-router": "^5.4.0",
"koa-validate": "^1.0.7",
"lodash": "^4.16.6",
"mongodb": "^2.2.12",
"mongoose": "^4.7.1",
"simpler-config": "0.0.5"
},
"devDependencies": {
"chai": "^3.5.0",
"jenkins-mocha": "^3.0.4",
"mocha": "^3.1.2"
}
}