-
Notifications
You must be signed in to change notification settings - Fork 222
/
Copy pathpackage.json
59 lines (59 loc) · 1.35 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
{
"name": "gka",
"version": "2.8.7",
"description": "Generate Keyframes Animation",
"keywords": [
"util",
"generate",
"keyframes",
"animation"
],
"author": "joeyguo",
"github": "https://github.com/gkajs/gka",
"homepage": "https://github.com/gkajs/gka",
"bugs": {
"url": "https://github.com/gkajs/gka/issues"
},
"main": "./lib/gka.js",
"scripts": {
"start": "./lib/gka.js",
"test": "mocha --timeout 20000"
},
"bin": {
"gka": "./bin/gka.js"
},
"repository": {
"type": "git",
"url": "git://github.com/gkajs/gka.git"
},
"license": "MIT",
"engines": {
"node": ">=6.4.0"
},
"dependencies": {
"chalk": "^2.4.1",
"gka-tpl-createjs": "^2.8.0",
"gka-tpl-percent": "^2.8.1",
"gka-tpl-studiojs": "^2.8.0",
"global-modules": "^1.0.0",
"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",
"inquirer": "^3.2.0",
"js-beautify": "^1.14.11",
"lodash": "^4.17.5",
"md5": "^2.2.1",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"pngjs": "^3.2.0",
"rmdir": "^1.2.0",
"spritesmith": "^3.1.0",
"update-notifier": "^2.3.0",
"yargs": "^8.0.2"
}
}