lycwed-spritesheetjs
Version:
Spritesheet generator
56 lines (55 loc) • 1.18 kB
JSON
{
"name": "lycwed-spritesheetjs",
"version": "1.2.5",
"description": "Spritesheet generator",
"main": "index.js",
"directories": {
"example": "example",
"test": "test"
},
"bin": {
"spritesheet-js": "./index.js"
},
"dependencies": {
"async": "~0.2.9",
"binpacking": "~0.0.1",
"glob": "^7.1.3",
"mustache": "^2.3.2",
"optimist": "~0.6.0",
"ora": "^3.0.0",
"platform-command": "git+https://gitlab.com/gitlabdev/platform-command.git",
"tinify": "^1.6.0-beta.2",
"underscore": "~1.5.2"
},
"devDependencies": {
"mocha": "*",
"expect.js": "~0.2.0"
},
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git://github.com/lycwed/lycwed-spritesheetjs.git"
},
"keywords": [
"spritesheet",
"texture",
"starling",
"sparrow",
"pixi.js",
"json",
"cocos2d",
"easel.js",
"generator"
],
"author": {
"name": "Krzysztof Opalka"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lycwed/lycwed-spritesheetjs/issues"
},
"readme": "README.md",
"homepage": "https://github.com/lycwed/lycwed-spritesheetjs"
}