forked from nodejitsu/node-cloudfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 745 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 745 Bytes
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
{
"name": "cloudfiles",
"description": "A client implementation for Rackspace CloudFiles in node.js",
"version": "0.3.2",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{ "name": "Fedor Indutny", "email": "fedor.indutny@gmail.com" }
],
"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.0.x"
},
"devDependencies": {
"vows": "0.5.x"
},
"main": "./lib/cloudfiles",
"scripts": { "test": "vows test/*-test.js --spec" },
"engines": { "node": ">= 0.4.0" }
}