-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 KB
/
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
38
39
{
"name": "cws-shelf-upload",
"version": "1.0.3",
"description": "Uploads files to Shelf",
"main": "lib/index.js",
"bin": {
"cws-shelf-upload": "bin/cws-shelf-upload.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.cwscloud.net/shelf/cws-shelf-upload.git"
},
"keywords": [
"shelf",
"upload"
],
"author": "Tyler Akins <[email protected]>",
"contributors": [
{
"name": "Kyle Long",
"email": "[email protected]",
"url": "https://github.com/kyle-long"
}
],
"bugs": {
"url": "https://gitlab.cwscloud.net/shelf/cws-shelf-upload/issues"
},
"homepage": "https://gitlab.cwscloud.net/shelf/cws-shelf-upload#readme",
"dependencies": {
"debug": "^2.6.0",
"dizzy": "^2.2.1",
"dizzy-promisify-bluebird": "^1.0.0",
"more-promises": "^1.1.0",
"neodoc": "^1.4.0",
"randomstring": "^1.1.0",
"semver-regex": "^1.0.0",
"shelf-lib": "^2.0.2"
}
}