@image/packer
Version:
image packer
40 lines (39 loc) • 870 B
JSON
{
"name": "@image/packer",
"version": "1.0.13",
"description": "image packer",
"keywords": [
"spritesheet",
"packer",
"texture-packer",
"image-packer",
"atlas-packer"
],
"license": "MIT",
"author": {
"name": "tvolodimir"
},
"es2015": "./lib/index.js",
"module": "./lib.es2015/index.js",
"main": "./lib/index.js",
"jsnext:main": "./lib.es2015/index.js",
"type": "./lib/index",
"typings": "./lib/index",
"bugs": {
"url": "https://github.com/image-org/js-packer/issues"
},
"homepage": "https://github.com/image-org",
"repository": {
"type": "git",
"url": "git@github.com:image-org/js-packer.git"
},
"scripts": {
"build": "tsc -p . && tsc -p tsconfig.es2015.json",
"postversion": "",
"preversion": ""
},
"devDependencies": {
"tslint": "^5.5.0",
"typescript": "^2.4.1"
}
}