forked from innocentjulie/badjs2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 858 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
{
"name": "aegis-ivweb",
"version": "1.0.0",
"description": "aegis: 一站式前端监控平台",
"main": "start.js",
"scripts": {
"install": "npm run install-acceptor && npm run install-mq && npm run install-storage && npm run install-web",
"install-acceptor": "cd aegis-acceptor && npm install",
"install-mq": "cd aegis-mq && npm install",
"install-storage": "cd aegis-storage && npm install",
"install-web": "cd badjs-web && npm install",
"start": "node ./start.js"
},
"dependencies": {
"antd": "^3.11.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivweb/aegis-ivweb.git"
},
"author": "ivweb",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivweb/aegis-ivweb/issues"
},
"homepage": "https://github.com/ivweb/aegis-ivweb",
"keywords": [
"aegis"
]
}