forked from nodejitsu/node-cloudfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (37 loc) · 818 Bytes
/
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
{
"name": "cloudfiles",
"description": "A client implementation for Rackspace CloudFiles in node.js",
"version": "0.3.4",
"author": "Nodejitsu Inc. <[email protected]>",
"maintainers": [
"indexzero <[email protected]>",
"bmeck <[email protected]>",
"indutny <[email protected]>"
],
"repository": {
"type": "git",
"url": "http://github.com/nodejitsu/node-cloudfiles.git"
},
"keywords": [
"cloud computing",
"api",
"rackspace cloud",
"cloudfiles"
],
"dependencies": {
"async": "0.1.x",
"mime": "1.2.x",
"pkginfo": "0.2.x",
"request": "2.x.x"
},
"devDependencies": {
"vows": "0.6.x"
},
"main": "./lib/cloudfiles",
"scripts": {
"test": "vows test/*-test.js --spec"
},
"engines": {
"node": ">= 0.4.0"
}
}