forked from simple-uploader/Uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.85 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "simple-uploader.js",
"version": "0.6.0",
"author": "dolymood <dolymood@gmail.com>",
"license": "MIT",
"description": "Uploader library implements html5 file upload and provides multiple simultaneous, stable, fault tolerant and resumable uploads",
"keywords": [
"simple-uploader",
"simple-uploader.js",
"uploader",
"uploader.js",
"resumable.js",
"flow.js",
"file upload",
"resumable upload",
"chunk upload",
"html5 upload",
"javascript upload",
"upload"
],
"main": "dist/uploader.js",
"repository": {
"type": "git",
"url": "https://github.com/simple-uploader/Uploader.git"
},
"bugs": "https://github.com/simple-uploader/Uploader/issues",
"homepage": "https://github.com/simple-uploader/Uploader",
"scripts": {
"dev": "gulp watch",
"build": "gulp build",
"codecov": "codecov",
"test": "gulp",
"test:unit": "gulp test",
"test:cover": "gulp cover",
"test:ci": "gulp ci",
"release": "gulp release"
},
"devDependencies": {
"browserify-versionify": "^1.0.6",
"codecov": "^3.6.5",
"eslint": "^4.2.0",
"eslint-config-standard": "^6.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.0",
"gulp-git": "^2.4.1",
"gulp-header": "^1.8.8",
"gulp-sourcemaps": "^2.6.0",
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "^3.0.0",
"jasmine": "^2.6.0",
"jasmine-core": "^2.6.4",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-commonjs": "^1.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sauce-launcher": "^1.1.0",
"pump": "^1.0.2",
"sinon": "1.7.3"
}
}