forked from nodejitsu/haibu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.12 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.9.7",
"author": "Nodejitsu Inc. <[email protected]>",
"maintainers": [
"bmeck <[email protected]>",
"indexzero <[email protected]>"
],
"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.2.8",
"forever-monitor": "1.1.0",
"haibu-api": "0.9.0",
"haibu-carapace": "0.7.1",
"npm": "1.1.63",
"optimist": "0.3.5",
"pkginfo": "0.2.3",
"request": "2.9.202",
"semver": "1.0.13",
"tar": "0.1.13",
"winston": "0.6.2",
"union": "0.3.3",
"knox": "0.0.11"
},
"devDependencies": {
"winston-loggly": "0.6.0",
"vows": "0.6.2"
},
"main": "./lib/haibu",
"bin": {
"haibu": "./bin/haibu"
},
"scripts": {
"test": "vows test/*/*-test.js --isolate --spec"
},
"engines": {
"node": ">= 0.8.0"
}
}