forked from derrekmc/skipper-azure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1017 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
37
{
"name": "skipper-azure",
"version": "0.1.2",
"description": "A Skipper adapter for Microsoft Azure storage.",
"main": "index.js",
"scripts": {
"test": "node -e \"require('skipper-adapter-tests')({mocha: { timeout: 360000 }, module: require('./'), container:process.env.CONTAINER || 'skipper-adapter-tests', key: process.env.KEY, secret: process.env.SECRET});\""
},
"repository": {
"type": "git",
"url": "https://github.com/lukasreichart/skipper-azure"
},
"keywords": [
"azure",
"streaming-file-upload",
"streaming",
"file",
"upload",
"sails",
"express"
],
"author": "Lukas Reichart",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukasreichart/skipper-azure/issues"
},
"homepage": "https://github.com/lukasreichart/skipper-azure",
"devDependencies": {
"skipper-adapter-tests": "~1.5.8"
},
"dependencies": {
"azure-storage": "^2.8.2",
"concat-stream": "^1.6.2",
"lodash": "^4.17.10",
"mime": "^2.3.1"
}
}