forked from stefanodefaria/swift-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 908 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 908 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
38
39
40
41
42
43
44
45
46
{
"name": "openstack-swift-client",
"version": "2.0.0",
"description": "Connects to OpenStack Swift storage servers",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stefanodefaria/swift-client.git"
},
"keywords": [
"openstack",
"swift",
"storage",
"api",
"brightbox",
"orbit",
"rackspace"
],
"author": "Stéfano de Faria",
"contributors": [
"Stewart MacKenzie-Leigh"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/stefanodefaria/swift-client/issues"
},
"engines": {
"node": ">=4"
},
"dependencies": {
"request": "^2.74.0",
"request-promise": "^4.1.1",
"url-parse": "^1.1.8"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^7.1.1",
"mocha": "5.2.0"
}
}