Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 28 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,40 @@
{
"name": "qiniu-js-sdk",
"description": "基于七牛API及Plupload开发的前端JavaScript SDK",
"description": "Javascript SDK for Qiniu Resource (Cloud) Storage API",
"version": "v1.0.14-beta",
"main": "dist/qiniu.js",
"moduleType": ["globals"],
"license": "GPL V2",
"homepage": "https://github.com/qiniu/js-sdk",
"moduleType": [],
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"keywords": [
"cloud",
"storage",
"s3",
"qiniu",
"upload"
],
"authors": "sdk@qiniu.com",
"contributors": [
{
"name": "codedogfish",
"email": "jackyu@qiniu.com"
},
{
"name": "dengchenhua",
"email": "dengchenhua@qiniu.com"
}
],
"homepage": "https://github.com/qiniu/js-sdk",
"repository": {
"type": "git",
"url": "git://github.com/qiniu/js-sdk.git"
},
"dependencies": {
"plupload": "=2.1.1"
},
Expand All @@ -21,5 +43,6 @@
"highlight": "~8.9.1",
"jquery": "~1.9.1",
"respond": "~1.4.2"
}
},
"private": false
}
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
"start": "node demo/server.js"
},
"description": "Javascript SDK for Qiniu Resource (Cloud) Storage API",
"main": "dist/qiniu.js",
"repository": {
"type": "git",
"url": "git://github.com/qiniu/js-sdk.git"
"type": "git",
"url": "git://github.com/qiniu/js-sdk.git"
},
"bugs": {
"url": "https://github.com/qiniu/js-sdk/issues"
Expand All @@ -22,7 +23,7 @@
"web-service"
],
"author": "sdk@qiniu.com",
"contributors": [
"contributors": [
{
"name": "codedogfish",
"email": "jackyu@qiniu.com"
Expand All @@ -32,7 +33,7 @@
"email": "dengchenhua@qiniu.com"
}
],
"dependencies": {
"devDependencies": {
"bower": "^1.6.8",
"ejs": "~1.0.0",
"express": "~3.4.7",
Expand Down