forked from Runnable/dockworker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "dockworker",
"author": "runnable.com",
"version": "0.0.3",
"description": "daemon running on the docker containers",
"main": "index.js",
"dependencies": {
"pty.js": "~0.2.3",
"mux-demux": "~3.7.8",
"express": "~3.3.6",
"concat-stream": "~1.0.1",
"rimraf": "~2.2.2",
"async": "~0.2.9",
"request": "~2.27.0",
"touch": "0.0.2",
"from": "~0.1.3",
"portscanner": "~0.1.3",
"esmangle": "0.0.15",
"formidable": "~1.0.14",
"emit-stream": "~0.1.2",
"JSONStream": "~0.7.1",
"shoe": "0.0.15",
"away": "~1.0.0",
"fstream": "~0.1.25",
"tar": "~0.1.19",
"findit": "~1.1.0"
},
"scripts": {
"start": "node index.js",
"test": "npm run lint && NODE_ENV=testing mocha -R spec tests",
"quickBuild": "npm run lint && browserify ./lib/views/client.js -d -o ./public/bundle.js",
"build": "npm run quickBuild && esmangle ./public/bundle.js -o ./public/bundle.js",
"lint": "jshint --verbose --show-non-errors .",
"fix": "fixmyjs .",
"postinstall": "npm run quickBuild"
},
"devDependencies": {
"browserify": "~2.29.0",
"term.js": "CodeNow/term.js",
"es5-shimify": "~2.0.5",
"mocha": "~1.12.1",
"hyperquest": "~0.1.7",
"fake-fs": "~0.2.1",
"jshint": "~2.3.0",
"fixmyjs": "~0.13.1",
"ws": "~0.4.31"
}
}