forked from fex-team/webuploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.16 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
{
"name": "WebUploader",
"version": "0.1.7-alpha",
"description": "WebUploader是一个简单的以Html5为主,Flash为辅的现代文件上传组件。在现代的浏览器里面能充分发挥html5的优势,同时又不摒弃主流IE浏览器,延用原来的Flash运行时。两套运行时,同样的调用方式,可供用户任意选用。WebUploader采用大文件分片并发上传,极大的提高了文件上传效率。",
"repository": {
"type": "git",
"url": "https://github.com/fex-team/webuploader.git"
},
"keywords": [
"chunk",
"uploader",
"html5",
"flash"
],
"author": "fex-team",
"license": "BSD",
"gitHead": "7f92712020f66940ead10f73c16a03305b03259f",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "0.4.1",
"grunt-size": "0.1.0",
"grunt-jsbint": "0.0.4",
"grunt-contrib-uglify": "0.2.1",
"grunt-contrib-watch": "0.4.4",
"gmudoc": "0.0.3",
"grunt-jekyll": "0.4.1",
"grunt-gh-pages": "0.9.0",
"grunt-contrib-copy": "0.5.0",
"requirejs": "2.1.9",
"grunt-contrib-qunit": "0.4.0",
"grunt-contrib-connect": "0.7.1",
"load-grunt-tasks": "0.4.0"
}
}