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": "@flowjs/flow.js",
"version": "2.10.1",
"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": "1.0.0",
"grunt-bump": "0.7.0",
"grunt-contrib-concat": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-clean": "1.0.0",
"grunt-karma": "0.12.1",
"grunt-template": "0.2.3",
"karma": "0.13",
"karma-coverage": "0.5.5",
"karma-jasmine": "0.3",
"karma-firefox-launcher": "0.1.7",
"karma-sauce-launcher": "0.3.1",
"sinon": "1.7.3"
}
}