forked from balderdashy/skipper-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 KB
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
{
"name": "skipper-s3",
"version": "0.5.4",
"description": "Streaming file uploads to S3",
"main": "index.js",
"scripts": {
"test": "node -e \"require('skipper-adapter-tests')({mocha: { timeout: 360000 }, module: require('./'), bucket:process.env.BUCKET || 'skipper-adapter-tests', key: process.env.KEY, secret: process.env.SECRET});\""
},
"repository": {
"type": "git",
"url": "git://github.com/balderdashy/skipper-s3.git"
},
"keywords": [
"s3",
"streaming-file-upload",
"streaming",
"file",
"upload",
"sails",
"express"
],
"author": "Mike McNeil",
"license": "MIT",
"bugs": {
"url": "https://github.com/balderdashy/skipper-s3/issues"
},
"homepage": "https://github.com/balderdashy/skipper-s3",
"devDependencies": {
"skipper-adapter-tests": "~1.5.2",
"travis-encrypt": "~1.0.1"
},
"dependencies": {
"lodash": "~2.4.1",
"fs-extra": "~0.8.1",
"knox-mpu-alt": "~0.1.9",
"knox": "~0.8.9",
"merge-defaults": "~0.1.0",
"concat-stream": "~1.4.5",
"s3-lister": "~0.1.0",
"mime": "~1.2.11"
}
}