pngsmith
Version:
png engine for spritesmith
65 lines • 1.42 kB
JSON
{
"name": "pngsmith",
"description": "png engine for spritesmith",
"version": "0.1.5",
"homepage": "https://github.com/twolfson/pngsmith",
"author": {
"name": "Todd Wolfson",
"email": "todd@twolfson.com",
"url": "http://twolfson.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/twolfson/pngsmith.git"
},
"bugs": {
"url": "https://github.com/twolfson/pngsmith/issues"
},
"licenses": [
{
"type": "UNLICENSE",
"url": "https://github.com/twolfson/pngsmith/blob/master/UNLICENSE"
}
],
"main": "lib/pngsmith",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"obj-extend": "~0.1.0",
"async": "~0.2.7",
"ndarray": "~1.0.9",
"save-pixels": "~0.3.0",
"get-pixels": "~1.0.1",
"concat-stream": "~1.2.1"
},
"devDependencies": {
"chai": "~1.8.1",
"foundry": "~4.3.2",
"foundry-release-git": "~2.0.2",
"foundry-release-npm": "~2.0.2",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-watch": "~0.5.3",
"mocha": "~1.21.4",
"spritesmith-engine-test": "~2.0.0"
},
"keywords": [
"pngjs",
"png",
"spritesmith",
"image",
"layout",
"canvas"
],
"foundry": {
"registerVersion": "0.1.0",
"releaseCommands": [
"foundry-release-git",
"foundry-release-npm"
]
}
}