代码初始化
Showing
.gitignore
0 → 100644
.jshintrc
0 → 100644
.travis.yml
0 → 100644
Makefile
0 → 100644
This diff is collapsed.
Click to expand it.
bower.json
0 → 100644
demo/config.js.example
0 → 100644
demo/images/default.png
0 → 100644

13.1 KB
demo/images/favicon.ico
0 → 100644
File added
demo/images/loading.gif
0 → 100644

913 Bytes
demo/scripts/formdata.js
0 → 100644
demo/scripts/highlight.js
0 → 100644
This diff is collapsed.
Click to expand it.
demo/scripts/http-performance.js
0 → 100644
demo/scripts/main.js
0 → 100644
demo/scripts/multiple.js
0 → 100644
demo/scripts/performance.js
0 → 100644
This diff is collapsed.
Click to expand it.
demo/scripts/ui.js
0 → 100644
This diff is collapsed.
Click to expand it.
demo/server.js
0 → 100644
demo/styles/formdata.css
0 → 100644
demo/styles/highlight.css
0 → 100644
demo/styles/main.css
0 → 100644
demo/styles/performance.css
0 → 100644
demo/views/formdata.html
0 → 100644
demo/views/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
demo/views/multiple.html
0 → 100644
This diff is collapsed.
Click to expand it.
demo/views/performance.html
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"name": "qiniu-js", | ||
"jsName": "qiniu", | ||
"version": "1.0.24", | ||
"private": false, | ||
"scripts": { | ||
"start": "node demo/server.js", | ||
"watch": "webpack --watch", | ||
"build": "webpack" | ||
}, | ||
"description": "Javascript SDK for Qiniu Resource (Cloud) Storage API", | ||
"main": "dist/qiniu.min.js", | ||
"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": "luoyeshu0507", | ||
"email": "lizhiwei@qiniu.com" | ||
}, | ||
{ | ||
"name": "codedogfish", | ||
"email": "jackyu@qiniu.com" | ||
}, | ||
{ | ||
"name": "jinxinxin", | ||
"email": "jinxinxin@qiniu.com" | ||
} | ||
], | ||
"devDependencies": { | ||
"bower": "^1.6.8", | ||
"ejs": "~2.5.5", | ||
"express": "^3.4.8", | ||
"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", | ||
"open-browser-webpack-plugin": "0.0.5", | ||
"qiniu": "~7.0.5", | ||
"webpack": "^3.8.1", | ||
"webpack-dev-middleware": "^1.12.0" | ||
}, | ||
"license": "MIT" | ||
} |
src/plupload/moxie.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/plupload/plupload.dev.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/qiniu.js
0 → 100644
This diff is collapsed.
Click to expand it.
webpack.config.js
0 → 100644
Please
register
or
sign in
to comment