forked from flowjs/flow.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "flow.js",
"version": "2.1.0",
"description": "Flow.js library implements html5 file upload and provides multiple simultaneous, stable, fault tolerant and resumable uploads.",
"main": "src/flow.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/flowjs/flow.js.git"
},
"keywords": [
"flow.js",
"flow",
"resumable.js",
"file upload",
"resumable upload",
"chunk upload",
"html5 upload",
"javascript upload",
"upload"
],
"author": "Aidas Klimas",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/flowjs/flow.js/issues"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-uglify": "*",
"karma-chrome-launcher": "*",
"karma-firefox-launcher": "*",
"karma-ie-launcher": "*",
"karma-jasmine": "~0.1",
"karma": "0.10.1",
"grunt-karma": "0.6.1",
"grunt-saucelabs": "~4.0.4",
"karma-sauce-launcher": "~0.1.0",
"sinon": "~1.7.3",
"karma-coverage": "0.1.0",
"grunt-karma-coveralls": "~2.0.2",
"grunt-contrib-concat": "~0.3.0"
}
}