-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
39 lines (39 loc) · 1010 Bytes
/
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
{
"name": "canvas-compress",
"version": "1.1.5",
"description": "image compress with canvas",
"main": "dist/canvas-compress.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idiotWu/canvas-compress.git"
},
"keywords": [
"canvas",
"compress"
],
"author": "Dolphin Wood <dolphin.w.e@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/idiotWu/canvas-compress/issues"
},
"homepage": "https://github.com/idiotWu/canvas-compress#readme",
"devDependencies": {
"babel-eslint": "^4.0.5",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"browser-sync": "^2.8.2",
"eslint": "^1.1.0",
"eslint-friendly-formatter": "^1.2.2",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-eslint": "^1.1.1",
"gulp-wrap-umd": "^0.2.1",
"gulp-uglify": "^1.5.1"
},
"dependencies": {
"exif-js": "^2.1.1"
}
}