forked from IBM-Cloud/skipper-openstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 797 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
{
"name": "skipper-openstack",
"version": "0.0.1",
"dependencies": {
"pkgcloud": "git+https://github.com/IBM-Bluemix/pkgcloud.git#fix-openstack-auth",
"stream": "0.0.2",
"underscore": "1.8.3"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/IBM-Bluemix/skipper-openstack.git"
},
"keywords": [
"openstack-swift",
"streaming-file-upload",
"streaming",
"file",
"upload",
"sails",
"swift",
"pipe",
"express"
],
"author": [
{
"name": "Jeff Sloyer",
"email": "[email protected]"
}
],
"license": "Apache License V2",
"bugs": {
"url": "https://github.com/IBM-Bluemix/skipper-openstack/issues"
},
"homepage": "https://github.com/IBM-Bluemix/skipper-openstack"
}