-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
34 lines (34 loc) · 1010 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
{
"name": "badjs2",
"version": "1.0.0",
"description": "badjs2 快捷安装模块",
"main": "start.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"node-highcharts-exporting-v2": "^0.0.9"
},
"scripts": {
"clone": "git clone https://github.com/iv-web/badjs2.git",
"install": "npm run install-acceptor && npm run install-mq && npm run install-storage && npm run install-web",
"install-acceptor": "cd badjs-acceptor && npm install",
"install-mq": "cd badjs-mq && npm install",
"install-storage": "cd badjs-storage && npm install",
"install-web": "cd badjs-web && npm install",
"start": "node ./start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iv-web/badjs2.git"
},
"author": "sampson",
"license": "MIT",
"bugs": {
"url": "https://github.com/miniflycn/badjs-installer/issues"
},
"homepage": "https://github.com/iv-web/badjs2",
"keywords": [
"badjs"
]
}