forked from odrick/webpack-free-tex-packer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 968 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
{
"name": "webpack-free-tex-packer",
"version": "0.2.1",
"description": "Webpack Free texture packer plugin",
"url": "https://github.com/odrick/webpack-free-tex-packer",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/odrick/webpack-free-tex-packer.git"
},
"keywords": [
"texture",
"packer",
"webpack",
"webpackplugin",
"texturepacker",
"texture-packer",
"sprites",
"spritesheet",
"export",
"sprite",
"2d"
],
"author": "Alexander Norinchak",
"license": "MIT",
"bugs": {
"url": "https://github.com/odrick/webpack-free-tex-packer/issues"
},
"homepage": "https://github.com/odrick/webpack-free-tex-packer#readme",
"dependencies": {
"chokidar": "^2.0.4",
"free-tex-packer-core": "^0.2.1"
}
}