-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
{
"name": "microservice-bootstrap",
"version": "1.0.8",
"description": "A bootstrap for micro services based on node",
"main": "index.js",
"scripts": {
"test": "mocha tests/"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/coreorm/node-micro-service-bootstrap.git"
},
"keywords": [
"nodejs",
"micro",
"service",
"distributed",
"service",
"bootstrap"
],
"author": "Bruce Beibei Li",
"license": "MIT",
"bugs": {
"url": "https://github.com/coreorm/node-micro-service-bootstrap/issues"
},
"homepage": "https://github.com/coreorm/node-micro-service-bootstrap#readme",
"dependencies": {
"body-parser": "^1.15.2",
"cli-spinner": "^0.2.5",
"command-line-args": "^3.0.1",
"command-line-usage": "^3.0.3",
"connect-timeout": "^1.7.0",
"express": "^4.14.0",
"extfs": "0.0.7",
"forever-monitor": "^1.7.0",
"github-download": "^0.5.0",
"markdown-to-html": "0.0.11",
"marked": "^0.3.6",
"shelljs": "^0.7.3"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.2"
},
"bin": {
"microservice-bootstrap": "./bin/bootstrap.js"
}
}