forked from nodejitsu/haibu
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 943 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
{
"name": "haibu",
"description": "A node.js application server - spawn your own node.js clouds, on your own hardware",
"version": "0.7.14",
"author": "Nodejitsu Inc. <info@nodejitsu.com>",
"repository": {
"type": "git",
"url": "http://github.com/nodejitsu/haibu.git"
},
"keywords": ["cloud computing", "automated deployment", "platform-as-a-service"],
"dependencies": {
"cloudfiles": "0.3.x",
"cliff": "0.1.x",
"daemon": "0.4.x",
"eyes": "0.1.x",
"forever": "0.8.x",
"flatiron": "0.1.x",
"haibu-carapace": "0.5.x",
"npm": "1.0.x",
"optimist": "0.x.x",
"pkginfo": "0.2.x",
"request": "2.x.x",
"semver": "1.0.x",
"union": "0.x.x"
},
"devDependencies": {
"vows": "0.6.x"
},
"main": "./lib/haibu",
"bin": {
"haibu": "./bin/haibu"
},
"scripts": { "test": "sudo vows test/**/*-test.js --isolate --spec" },
"engines": { "node": "0.4.x || 0.6.x" }
}