forked from pkgcloud/pkgcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.64 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
51
52
53
54
55
56
57
58
{
"name": "pkgcloud",
"description": "An infrastructure-as-a-service agnostic cloud library for node.js",
"version": "0.8.6",
"author": "Nodejitsu Inc <info@nodejitsu.com>",
"contributors": [
{ "name": "Charlie Robbins", "email": "charlie@nodejitsu.com" },
{ "name": "Nuno Job", "email": "nuno@nodejitsu.com" },
{ "name": "Daniel Aristizabal", "email": "daniel@nodejitsu.com" },
{ "name": "Ken Perkins", "email": "ken.perkins@rackspace.com" }
],
"repository": {
"type": "git",
"url" : "http://github.com/nodejitsu/pkgcloud.git"
},
"keywords": [
"cloud", "cloud computing",
"api", "rackspace",
"joyent", "aws",
"amazon", "azure",
"iaas", "servers",
"compute", "storage",
"databases", "client",
"mongolab", "iriscouch",
"mongohq", "openstack",
"redistogo"
],
"dependencies": {
"async": "0.1.x",
"errs": "0.2.x",
"eventemitter2": "0.4.x",
"filed": "0.0.7",
"ip": "0.0.x",
"xml2js": "0.1.x",
"mime": "1.2.x",
"through": "~2.3",
"pkginfo": "0.2.x",
"qs": "0.6.x",
"request": "2.22.x",
"underscore": "1.4.x",
"url-join": "0.0.x",
"utile": "0.x.x"
},
"devDependencies": {
"hock" : "0.2.x",
"mocha": "1.9.x",
"should": "1.2.x",
"mocha-lcov-reporter": "0.0.1",
"coveralls": "2.x.x"
},
"main": "./lib/pkgcloud",
"scripts": {
"test": "make test",
"test-cov": "make test-cov",
"test-coveralls": "make test-coveralls"
},
"engines": { "node": "0.8.x || 0.10.x" }
}