UNPKG

1.67 kBJSONView Raw
1{
2 "name": "pkgcloud",
3 "description": "An infrastructure-as-a-service agnostic cloud library for node.js",
4 "version": "0.9.6",
5 "author": "Nodejitsu Inc <info@nodejitsu.com>",
6 "contributors": [
7 { "name": "Charlie Robbins", "email": "charlie@nodejitsu.com" },
8 { "name": "Nuno Job", "email": "nuno@nodejitsu.com" },
9 { "name": "Daniel Aristizabal", "email": "daniel@nodejitsu.com" },
10 { "name": "Ken Perkins", "email": "ken.perkins@rackspace.com" }
11 ],
12 "repository": {
13 "type": "git",
14 "url" : "http://github.com/pkgcloud/pkgcloud.git"
15 },
16 "keywords": [
17 "cloud", "cloud computing",
18 "api", "rackspace",
19 "joyent", "aws",
20 "amazon", "azure",
21 "iaas", "servers",
22 "compute", "storage",
23 "databases", "client",
24 "mongolab", "iriscouch",
25 "mongohq", "openstack",
26 "redistogo"
27 ],
28 "dependencies": {
29 "async": "0.1.x",
30 "errs": "0.2.x",
31 "eventemitter2": "0.4.x",
32 "filed": "0.0.7",
33 "ip": "0.0.x",
34 "xml2js": "0.1.x",
35 "mime": "1.2.x",
36 "through": "~2.3",
37 "pkginfo": "0.2.x",
38 "qs": "0.6.x",
39 "request": "2.22.x",
40 "underscore": "1.4.x",
41 "url-join": "0.0.x",
42 "utile": "0.x.x"
43 },
44 "devDependencies": {
45 "hock" : "0.2.x",
46 "mocha": "1.9.x",
47 "should": "1.2.x",
48 "mocha-lcov-reporter": "0.0.1",
49 "coveralls": "2.x.x"
50 },
51 "main": "./lib/pkgcloud",
52 "scripts": {
53 "test": "make test",
54 "test-cov": "make test-cov",
55 "test-coveralls": "make test-coveralls"
56 },
57 "engines": { "node": "0.8.x || 0.10.x" }
58}