-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
54 lines (54 loc) · 1.27 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "s3-browser-direct-upload",
"version": "0.1.2",
"description": "s3-browser-direct-upload for node",
"main": "index.js",
"author": "SWINGDEV - Gabriel Oczkowski",
"license": "MIT",
"scripts": {
"test": "mocha --reporter spec --timeout 10000 --recursive test/"
},
"repository": {
"type": "git",
"url": "https://github.com/SwingDev/s3-browser-direct-upload.git"
},
"keywords": [
"s3-browser-direct-upload",
"s3",
"browser",
"direct",
"upload"
],
"dependencies": {
"aws-sdk": "^2.1.17",
"crypto": "0.0.3",
"lodash": "^4.17.15",
"mime": "^1.3.4",
"moment": "^2.9.0"
},
"devDependencies": {
"chai": "^2.1.2",
"chai-things": "^0.2.0",
"coffeelint": "^1.6.1",
"del": "^0.1.3",
"fs": "0.0.2",
"glob": "^4.0.6",
"gulp": "^3.8.10",
"gulp-chmod": "^1.2.0",
"gulp-coffee": "^2.2.0",
"gulp-coffeelint": "^0.4.0",
"gulp-concat": "^2.4.1",
"gulp-plumber": "^0.6.6",
"gulp-sass": "^1.1.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"gulp-watch": "^1.2.0",
"map-stream": "0.0.5",
"merge-stream": "^0.1.6",
"moment": "^2.9.0",
"run-sequence": "^1.0.1",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0"
}
}