choppy
Version:
It slices! It dices!
40 lines (39 loc) • 756 B
JSON
{
"name": "choppy",
"version": "1.8.48",
"description": "It slices! It dices!",
"main": "choppy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/loksland/choppy.git"
},
"keywords": [
"photoshop",
"psd",
"jsx",
"slice",
"cutup",
"export",
"automation",
"exporting",
"image",
"template"
],
"author": "loksland",
"license": "MIT",
"bugs": {
"url": "https://github.com/loksland/choppy/issues"
},
"homepage": "https://github.com/loksland/choppy",
"preferGlobal": "true",
"bin": {
"choppy": "choppy.js"
},
"devDependencies": {},
"dependencies": {
"photoshop": "0.5.2"
}
}