forked from micro-toolkit/api-generator-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 973 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": "micro-toolkit-api-generators",
"version": "1.14.6",
"description": "",
"main": "index.js",
"scripts": {
"test": "npm run lint && NODE_ENV=test istanbul cover _mocha -- tests/* -R spec",
"lint": "jshint lib/**/*.js *.js tests/**/*.js"
},
"author": "Pedro Januário <[email protected]>",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"express-partial-response": "^0.3.4",
"lodash": "^4.14.0",
"lodash-inflection": "^1.4.0",
"logger-facade-nodejs": "2.0.0",
"request-id": "^0.11.0",
"zmq-service-suite-client": "0.3.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"istanbul": "^0.4.4",
"jshint": "^2.9.2",
"mocha": "^2.5.3",
"q": "^1.4.1",
"sinon": "^1.17.5",
"sinon-as-promised": "^4.0.2",
"sinon-chai": "^2.8.0",
"supertest": "^1.2.0"
}
}