gmsmith
Version:
GM engine for spritesmith
58 lines • 1.42 kB
JSON
{
"name": "gmsmith",
"description": "GM engine for spritesmith",
"version": "1.4.0",
"homepage": "https://github.com/twolfson/gmsmith",
"author": {
"name": "Todd Wolfson",
"email": "todd@twolfson.com",
"url": "http://twolfson.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/twolfson/gmsmith.git"
},
"bugs": {
"url": "https://github.com/twolfson/gmsmith/issues"
},
"license": "MIT",
"main": "lib/engine",
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"lint": "twolfson-style lint lib/ test/",
"precheck": "twolfson-style precheck lib/ test/",
"preinstall": "gm -version || convert -version",
"pretest": "twolfson-style install",
"test": "npm run precheck && mocha --reporter dot --timeout 60000 && npm run lint"
},
"dependencies": {
"async": "~2.6.4",
"gm": "~1.23.1",
"obj-extend": "~0.1.0",
"which": "~1.3.1"
},
"devDependencies": {
"foundry": "~4.7.0",
"foundry-release-git": "~2.0.5",
"foundry-release-npm": "~2.1.0",
"jscs": "~3.0.7",
"jshint": "~2.12.0",
"mocha": "~8.4.0",
"spritesmith-engine-test": "~5.0.0",
"twolfson-style": "~1.6.1"
},
"keywords": [
"spritesmith",
"image",
"spritesmith-engine"
],
"foundry": {
"registerVersion": "0.1.0",
"releaseCommands": [
"foundry-release-git",
"foundry-release-npm"
]
}
}