-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
92 lines (92 loc) · 2.31 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
{
"name": "win32-deploy-tool",
"version": "1.0.0",
"description": "Deploy tool for win32 environment, manage project as processes and web serveres. Can monitor the processes and web serveres status(running cpu mem...).",
"main": "bin/www",
"bin": {
"win32-deploy-tool": "json.js"
},
"dependencies": {
"bcrypt-nodejs": "^0.0.3",
"binary": "^0.3.0",
"body-parser": "^1.14.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.0",
"css-loader": "^0.15.6",
"csv": "^0.4.6",
"debug": "^2.2.0",
"express": "^4.13.3",
"express-session": "^1.12.0",
"formidable": "^1.0.17",
"fs-extra": "^0.26.0",
"fstream": "^0.1.31",
"gaze": "^0.5.2",
"i18n": "^0.5.0",
"iconv-lite": "^0.4.13",
"inherits": "^2.0.1",
"jade": "^1.11.0",
"jasmine-core": "^2.3.4",
"jsx-loader": "^0.13.2",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-webpack": "^1.7.0",
"lodash": "^3.10.1",
"match-stream": "^0.0.2",
"moment": "^2.10.6",
"morgan": "^1.6.1",
"ms": "^0.7.1",
"node-uuid": "^1.4.3",
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"pullstream": "^0.4.1",
"q": "^1.4.1",
"react": "^0.13.3",
"react-dropzone": "=1.2.4",
"react-router": "^0.13.4",
"readable-stream": "^1.0.33",
"sequelize": "^3.17.1",
"serve-favicon": "^2.3.0",
"setimmediate": "^1.0.4",
"sqlite3": "^3.1.1",
"statuses": "^1.2.1",
"style-loader": "^0.12.4",
"superagent": "^1.4.0",
"sweetalert": "^1.1.3",
"underscore": "^1.8.3",
"underscore.string": "^3.2.2",
"unpipe": "^1.0.0",
"webpack": "^1.12.2",
"winston": "^1.1.1",
"ws": "^0.8.0",
"xml2js": "^0.4.13"
},
"devDependencies": {
"json-loader": "^0.5.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/novrain/win32-deploy-tool.git"
},
"keywords": [
"node",
"npm",
"deploy",
"install",
"update",
"multi",
"process",
"web",
"manager",
"win32"
],
"author": "tyr novrain",
"license": "MIT",
"bugs": {
"url": "https://github.com/novrain/win32-deploy-tool/issues"
},
"homepage": "https://github.com/novrain/win32-deploy-tool"
}