forked from qiniu/js-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.03 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
{
"name": "qiniu-js",
"jsName": "qiniu",
"version": "1.0.14-beta",
"private": false,
"scripts": {
"start": "node demo/server.js"
},
"description": "Javascript SDK for Qiniu Resource (Cloud) Storage API",
"repository": {
"type": "git",
"url": "git://github.com/qiniu/js-sdk.git"
},
"bugs": {
"url": "https://github.com/qiniu/js-sdk/issues"
},
"keywords": [
"cloud",
"storage",
"s3",
"qiniu",
"web-service"
],
"author": "sdk@qiniu.com",
"contributors": [
{
"name": "codedogfish",
"email": "jackyu@qiniu.com"
},
{
"name": "dengchenhua",
"email": "dengchenhua@qiniu.com"
}
],
"dependencies": {
"bower": "^1.6.8",
"ejs": "~1.0.0",
"express": "~3.4.7",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.3",
"qiniu": "~6.1.1"
},
"license": "MIT"
}