-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 884 Bytes
/
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
{
"name": "startup",
"version": "1.1.1",
"description": "Node.js HTTP app runner",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"bin": {
"startup": "bin/startup"
},
"repository": {
"type": "git",
"url": "git://github.com/camshaft/startup.git"
},
"keywords": [
"app",
"runner",
"cluster",
"express",
"connect",
"http",
"development"
],
"author": "Cameron Bytheway <[email protected]>",
"license": "MIT",
"readmeFilename": "README.md",
"engines": {
"node": ">=0.8.x"
},
"dependencies": {
"cli-table": "~0.2.0",
"commander": "~1.1.1",
"envs": "~0.1.3",
"node-dev": "~3.1.2",
"uuid": "^3.0.0",
"win-fork": "~1.1.1"
},
"devDependencies": {
"should": "~1.2.1",
"mocha": "~1.8.1",
"express": "~3.1.0",
"connect": "~2.7.2",
"ejs": "~0.8.3"
}
}