-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 940 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": "monitorjs-report",
"version": "1.0.0",
"description": "性能监控数据搜集",
"main": "index.js",
"dependencies": {
"commander": "^2.9.0",
"express": "^4.15.3",
"mongoose": "^4.10.6"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.24.1"
},
"scripts": {
"test": "make test",
"build": "babel lib -d src",
"start": "babel-node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IFWEB/monitorjs-report.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/IFWEB/monitorjs-report/issues"
},
"homepage": "https://github.com/IFWEB/monitorjs-report#readme"
}