Skip to content

Commit ef27270

Browse files
committed
Merge pull request #135 from codedogfish/udpate_documentation
Update bower.json and package.json
2 parents 51292dc + dfe662c commit ef27270

File tree

2 files changed

+33
-9
lines changed

2 files changed

+33
-9
lines changed

bower.json

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,40 @@
11
{
22
"name": "qiniu-js-sdk",
3-
"description": "基于七牛API及Plupload开发的前端JavaScript SDK",
3+
"description": "Javascript SDK for Qiniu Resource (Cloud) Storage API",
4+
"version": "v1.0.14-beta",
45
"main": "dist/qiniu.js",
6+
"moduleType": ["globals"],
57
"license": "GPL V2",
6-
"homepage": "https://github.com/qiniu/js-sdk",
7-
"moduleType": [],
8-
"private": false,
98
"ignore": [
109
"**/.*",
1110
"node_modules",
1211
"bower_components",
1312
"test",
1413
"tests"
1514
],
15+
"keywords": [
16+
"cloud",
17+
"storage",
18+
"s3",
19+
"qiniu",
20+
"upload"
21+
],
22+
"authors": "[email protected]",
23+
"contributors": [
24+
{
25+
"name": "codedogfish",
26+
"email": "[email protected]"
27+
},
28+
{
29+
"name": "dengchenhua",
30+
"email": "[email protected]"
31+
}
32+
],
33+
"homepage": "https://github.com/qiniu/js-sdk",
34+
"repository": {
35+
"type": "git",
36+
"url": "git://github.com/qiniu/js-sdk.git"
37+
},
1638
"dependencies": {
1739
"plupload": "=2.1.1"
1840
},
@@ -21,5 +43,6 @@
2143
"highlight": "~8.9.1",
2244
"jquery": "~1.9.1",
2345
"respond": "~1.4.2"
24-
}
46+
},
47+
"private": false
2548
}

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
"start": "node demo/server.js"
88
},
99
"description": "Javascript SDK for Qiniu Resource (Cloud) Storage API",
10+
"main": "dist/qiniu.js",
1011
"repository": {
11-
"type": "git",
12-
"url": "git://github.com/qiniu/js-sdk.git"
12+
"type": "git",
13+
"url": "git://github.com/qiniu/js-sdk.git"
1314
},
1415
"bugs": {
1516
"url": "https://github.com/qiniu/js-sdk/issues"
@@ -22,7 +23,7 @@
2223
"web-service"
2324
],
2425
"author": "[email protected]",
25-
"contributors": [
26+
"contributors": [
2627
{
2728
"name": "codedogfish",
2829
"email": "[email protected]"
@@ -32,7 +33,7 @@
3233
"email": "[email protected]"
3334
}
3435
],
35-
"dependencies": {
36+
"devDependencies": {
3637
"bower": "^1.6.8",
3738
"ejs": "~1.0.0",
3839
"express": "~3.4.7",

0 commit comments

Comments
 (0)