forked from odrick/free-tex-packer-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 785 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
{
"name": "free-tex-packer-cli",
"displayName": "Free texture packer CLI",
"version": "0.2.1",
"description": "Free texture packer CLI",
"url": "https://github.com/odrick/free-tex-packer-cli",
"main": "index.js",
"scripts": {},
"keywords": [
"texture",
"packer",
"texturepacker",
"texture-packer",
"sprites",
"spritesheet",
"export",
"sprite",
"2d"
],
"bin": {
"free-tex-packer-cli": "./index.js"
},
"author": "Alexander Norinchak",
"repository": {
"type": "git",
"url": "git+https://github.com/odrick/free-tex-packer-cli"
},
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"free-tex-packer-core": "JoHuang/free-tex-packer-core#determinicsticOutputFileOrder",
"optimist": "^0.6.1"
}
}