-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 822 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 822 Bytes
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
{
"name": "monitoring",
"version": "0.0.1",
"homepage": "http://xiuhonglee.com",
"repository": {
"type": "git",
"url": "https://github.com/xiuhonglee/monitoring"
},
"author": "xiuhong<hn2015likun@gmail.com>",
"scripts": {},
"devDependencies": {
"body-parser": "^1.14.2",
"browser-sync": "^2.12.3",
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-develop-server": "^0.5.1",
"gulp-exec": "^2.1.2",
"gulp-grunt": "^0.5.3",
"gulp-jade": "^1.1.0",
"gulp-livereload": "^3.8.1",
"gulp-uglify": "^1.5.3",
"jade": "^1.11.0",
"moment": "^2.13.0",
"mongodb": "^2.1.4",
"mongoose": "^4.3.7",
"node-schedule": "^1.1.0",
"path": "^0.12.7",
"phantomas": "^1.15.1",
"phantomjs": "^2.1.7",
"pump": "^1.0.1",
"underscore": "^1.8.3"
}
}