-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 851 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 851 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
{
"name": "blob-storage",
"version": "0.2.1",
"description": "Blob storage provider",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:doxout/node-blob-storage.git"
},
"keywords": [
"blob",
"storage"
],
"author": "Rade Despodovski",
"license": "MIT",
"dependencies": {
"tap": "^0.7.1",
"uuid": "^2.0.1",
"bl": "^0.7.0",
"through2": "^0.4.1",
"stream-browserify": "^0.1.3",
"form-data": "^0.2.0",
"request": "^2.55.0",
"aws-sdk": "^2.1.24"
},
"bugs": {
"url": "https://github.com/doxout/node-blob-storage/issues"
},
"homepage": "https://github.com/doxout/node-blob-storage",
"directories": {
"test": "test"
},
"devDependencies": {
"tap": "^0.7.1"
}
}