-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.39 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "node-gateway",
"version": "0.0.1",
"description": "API Gateway for Node Project",
"main": "app.js",
"dependencies": {
"async": "*",
"compression": "*",
"cors": "*",
"cyanide-validator": "https://[email protected]/teambition/validator.git",
"debug": "*",
"errorhandler": "*",
"http-proxy": "^1.15.2",
"jwt-simple": "*",
"pm2": "*",
"redis": "*",
"tool-policy": "https://[email protected]/teambition/policy.git",
"tool-validator": "https://[email protected]/teambition/validator.git"
},
"devDependencies": {
"chai": "*",
"codecov.io": "*",
"istanbul": "*",
"jsdoc": "*",
"mocha": "*",
"nock": "*",
"should": "*",
"supertest": "*"
},
"scripts": {
"build_docs": "jsdoc -c jsdoc.conf",
"start": "NODE_ENV=dev nodemon ./src/app.js",
"start_target": "nodemon ./src/utils/target.js",
"test": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha",
"naked_test": "node ./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "[email protected]:teambition/tool-gateway.git"
},
"keywords": [
"gateway",
"nodejs"
],
"author": "Jack Sun",
"license": "ISC",
"bugs": {
"url": "https://bitbucket.org/teambition/tool-gateway/issues"
},
"homepage": "https://bitbucket.org/teambition/tool-gateway#readme"
}