-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 912 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": "imagex",
"version": "0.0.3",
"description": "image tools",
"keywords": [
"image",
"tools",
"keyframes",
"animation"
],
"main": "./lib/imagex.js",
"author": "joeyguo",
"github": "https://github.com/gkajs/imagex",
"homepage": "https://github.com/gkajs/imagex",
"bugs": {
"url": "https://github.com/gkajs/imagex/issues"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/gkajs/imagex.git"
},
"license": "MIT",
"devDependencies": {},
"dependencies": {
"image-size": "^0.5.0",
"imagemin": "^5.2.2",
"imagemin-gifsicle": "^5.1.0",
"imagemin-jpeg-recompress": "^5.1.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.1",
"imagemin-pngquant": "^5.0.0",
"imagemin-svgo": "^5.2.0",
"md5": "^2.2.1",
"mkdirp": "^0.5.1",
"pngjs": "^3.2.0",
"spritesmith": "^3.1.0"
}
}