-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 1.89 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
{
"name": "knowhow-server",
"version": "0.0.63",
"description": "A personal workflow engine that can manage and use any network connected host",
"engines": {
"node": "<0.11.0 >0.12"
},
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"FileReader": "~0.10.2",
"async": "~0.9.0",
"body-parser": "^1.9.2",
"bower": "~1.3.12",
"busboy": "~0.2.9",
"compression": "^1.2.0",
"connect": "^3.3.2",
"delivery": "~0.0.3",
"error-handler": "~1.0.0",
"express": "^4.12.4",
"fileupload": "^0.3.0",
"fstream": "^0.1.31",
"istextorbinary": "~1.0.0",
"jade": "^1.7.0",
"jsoneditor": "^3.1.2",
"knowhow-shell": "^0.1.28",
"method-override": "^2.3.0",
"mime": "~1.2.11",
"mkdirp": "~0.5.0",
"moment": "^2.8.3",
"morgan": "^1.4.1",
"nedb": "^0.10.11",
"nib": "^1.0.4",
"process": "^0.9.0",
"promise": "^5.0.0",
"qs": "^2.3.3",
"redis": "^0.10.3",
"request": "^2.47.0",
"respawn": "^2.0.0",
"rimraf": "~2.2.8",
"scp2": "^0.1.4",
"socket.io": "^1.2.0",
"socket.io-client": "^1.2.0",
"socket.io-stream": "^0.5.3",
"socketio-file-upload": "~0.2.7",
"ssh2": "^0.3.6",
"ssh2-connect": "0.0.3",
"ssh2-exec": "^0.2.7",
"stylus": "^0.46.3",
"tail": "^0.3.9",
"tar": "^0.1.20",
"username": "^1.0.0",
"winston": "^0.7.3",
"yargs": "^3.9.0"
},
"devDependencies": {},
"scripts": {
"test": "node test/test.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jfelten/knowhow-server"
},
"keywords": [
"puppet",
"chef",
"cloud",
"manage",
"workflow",
"devOps"
],
"author": "John Felten",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/jfelten/knowhow/issues"
},
"homepage": "https://github.com/jfelten/knowhow-server"
}