forked from pkgcloud/pkgcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.34 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.34 KB
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
{
"name": "pkgcloud",
"description": "An infrastructure-as-a-service agnostic cloud library for node.js",
"version": "0.6.8",
"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" }
],
"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",
"morestreams": "0.1.x",
"pkginfo": "0.2.x",
"request": "2.x.x",
"underscore": "1.4.x",
"utile": "0.x.x"
},
"devDependencies": {
"vows": "0.7.x",
"nock": "0.13.x"
},
"main": "./lib/pkgcloud",
"scripts": { "test": "node ./test/test.js"},
"engines": { "node": "0.6.x || 0.8.x" }
}