-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
50 lines (50 loc) · 1.13 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
{
"name": "haibu",
"description": "A node.js application server - spawn your own node.js clouds, on your own hardware",
"version": "0.10.3",
"author": "Nodejitsu Inc. <info@nodejitsu.com>",
"maintainers": [
"bmeck <bradley@nodejitsu.com>",
"indexzero <charlie@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.3",
"eyes": "0.1.7",
"flatiron": "0.3.4",
"forever-monitor": "1.1.0",
"haibu-api": "0.9.0",
"haibu-carapace": "0.7.1",
"npm": "1.3.4",
"optimist": "~0.3.5",
"pkginfo": "0.2.3",
"request": "~2.14.0",
"semver": "~1.1.4",
"tar": "0.1.13",
"winston": "~0.7.2",
"union": "0.3.7",
"knox": "0.5.4"
},
"devDependencies": {
"winston-loggly": "0.6.0",
"vows": "~0.7.0"
},
"main": "./lib/haibu",
"bin": {
"haibu": "./bin/haibu"
},
"scripts": {
"test": "vows test/*/*-test.js --isolate --spec"
},
"engines": {
"node": ">= 0.8.0"
}
}