-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 962 Bytes
/
package.json
File metadata and controls
49 lines (49 loc) · 962 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
40
41
42
43
44
45
46
47
48
49
{
"name": "webfileio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"ava": {
"files": [
"lib/*_test.js"
]
},
"browserify": {
"transform": [
"babelify",
"envify"
]
},
"scripts": {
"build": "scripts/build",
"start": "scripts/start",
"test": "ava"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.6.6",
"co": "^4.6.0",
"cropperjs": "^0.8.1",
"glamor": "^2.17.14",
"jsonwebtoken": "^7.1.9",
"micro": "^6.0.2",
"minio": "^2.0.3",
"react-slider": "^0.7.0",
"reselect": "^2.5.4",
"s3-policy": "^0.2.0",
"s3-post-policy": "^2.0.0",
"shortid": "^2.2.6",
"throng": "^4.0.0"
},
"devDependencies": {
"ava": "^0.16.0",
"dotenv": "^2.0.0",
"ecstatic": "^2.1.0",
"nodemon": "^1.10.2",
"request": "^2.75.0",
"request-promise-native": "^1.0.3",
"standard": "^8.3.0"
}
}