UNPKG

cuter

Version:
46 lines (45 loc) 906 B
{ "name": "cuter", "version": "0.0.2", "description": "Image tile cutter", "keywords": [ "image", "map", "tile", "cutter" ], "homepage": "https://github.com/dotCypress/cuter", "bugs": "https://github.com/yeoman/cuter/issues", "author": "Vitaly Domnikov <dotcypress@gmail.com>", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/dotCypress/cuter.git" }, "scripts": { "test": "mocha --reporter spec --compilers coffee:coffee-script" }, "bin": { "cuter": "./bin/cuter" }, "dependencies": { "coffee-script": "~1.6.1", "commander": "~1.1.1", "underscore": "~1.4.4", "async": "~0.2.6", "rimraf": "~2.1.4", "gm": "~1.8.1", "progress": "~0.1.0" }, "devDependencies": { "mocha": "~1.8.1" }, "engines": { "node": ">=0.8.0" }, "licenses": [ { "type": "BSD" } ] }