-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 726 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 726 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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "rackit",
"description": "Super simple Rackspace Cloud Files client",
"keywords": [
"api",
"storage",
"rackspace",
"cloud",
"cloudfiles"
],
"version": "0.2.3",
"author": "Ross Johnson <ross@mazira.com>",
"contributors": [],
"repository": {
"type": "git",
"url": "http://github.com/rossj/rackit"
},
"main": "./lib/main.js",
"scripts": {
"test": "mocha --reporter spec"
},
"engines": {
"node": ">= 0.8.x"
},
"dependencies": {
"async": ">= 0.2.9",
"lodash": "2.4.1",
"mime": ">= 1.2.11",
"pkgcloud": "1.0.2"
},
"devDependencies": {
"mocha": "2.0.1",
"nock": "^2.17.0",
"request": ">= 2.29.0",
"should": "4.1.0"
}
}