-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
55 lines (55 loc) · 1.28 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
55
{
"name": "alioss-js-upload",
"version": "1.0.0",
"description": "a component of upload for web",
"main": "index.js",
"scripts": {
"dev": "node index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taosin/alioss-js-upload.git"
},
"keywords": [
"oss-upload"
],
"author": "iMocco",
"license": "ISC",
"bugs": {
"url": "https://github.com/taosin/alioss-js-upload/issues"
},
"homepage": "https://github.com/taosin/alioss-js-upload#readme",
"engineStrict": true,
"dependencies": {
"ali-oss": "^4.8.0",
"binarysearch": "~0.2.4",
"bluebird": "^3.4.1",
"body-parser": "^1.13.2",
"co": "^4.6.0",
"connect-redis": "^2.3.0",
"cookie-parser": "^1.3.5",
"ejs": "^2.5.5",
"express": "^4.13.1",
"express-session": "^1.11.3",
"georedis": "3.0.3",
"log4js": "^0.6.26",
"mocha": "^2.2.5",
"moment": "2.13.0",
"mongodb": "^2.0.35",
"power-express": "0.1.2",
"promise-redis": "0.0.1",
"querystring": "^0.2.0",
"redis": "^0.12.1",
"request": "^2.58.0",
"solr-client": "^0.6.0",
"sprintf-js": "^1.0.3",
"urllib": "^2.3.8",
"wechat": "^2.0.3"
},
"standard": {
"globals": [
"logger"
]
}
}