-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
94 lines (94 loc) · 2.54 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "docker-visual",
"version": "1.0.1",
"description": "docker web",
"repository": "https://github.com/gaoyangxiaozhu/DockerVI",
"license": "MIT",
"author": "gyy",
"main": "./server/app.js",
"dependencies": {
"bluebird": "^2.10.1",
"body-parser": "^1.14.0",
"bunyan": "^1.5.1",
"ccap": "^0.6.0",
"composable-middleware": "^0.3.0",
"compression": "^1.5.2",
"connect-mongo": "^0.8.2",
"connect-timeout": "^1.7.0",
"cookie-parser": "^1.4.0",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"express-jwt": "^3.1.0",
"express-session": "^1.11.3",
"jsonwebtoken": "^5.0.5",
"lodash": "^3.10.1",
"method-override": "^2.3.5",
"moment": "^2.10.6",
"mongoose": "^4.1.9",
"morgan": "^1.6.1",
"multer": "^0.1.8",
"mysql": "^2.10.2",
"passport": "^0.2.2",
"passport-local": "^1.0.0",
"pm2": "^0.14.7",
"q": "^1.4.1",
"qiniu": "^6.1.8",
"serve-favicon": "^2.3.0",
"socket.io": "^1.4.5",
"superagent": "^1.8.3"
},
"devDependencies": {
"browser-sync": "^2.9.4",
"browser-sync-spa": "^1.0.3",
"del": "^2.0.2",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.4.3",
"gulp-coveralls": "^0.1.4",
"gulp-csso": "^1.0.0",
"gulp-env": "^0.2.0",
"gulp-filter": "^3.0.1",
"gulp-flatten": "^0.2.0",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^2.2.0",
"gulp-istanbul": "^0.10.1",
"gulp-jade": "^0.10.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.0",
"gulp-minify-html": "^1.0.4",
"gulp-mocha": "^2.1.3",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-config": "^1.2.1",
"gulp-nodemon": "^2.0.4",
"gulp-plumber": "^1.0.1",
"gulp-protractor": "^1.0.0",
"gulp-replace": "^0.5.4",
"gulp-rev": "^6.0.1",
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^2.0.4",
"gulp-sequence": "^0.4.1",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.0.4",
"gulp-uglify": "^1.4.1",
"gulp-useref": "^1.3.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"http-proxy-middleware": "^0.8.1",
"imagemin-pngquant": "^4.2.0",
"istanbul": "^0.3.20",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^2.0.1",
"nock": "^2.13.0",
"wiredep": "^2.2.2",
"main-bower-files": "^2.13.1"
},
"engines": {
"node": ">=0.10.0"
}
}