proof-cli
Version:
Command line tool for creating HTML proofs out of images
29 lines (28 loc) • 598 B
JSON
{
"name": "proof-cli",
"description": "Command line tool for creating HTML proofs out of images",
"version": "0.1.2",
"bin": {
"proof": "./bin/proof",
"proof-create": "./bin/proof-create"
},
"repository": {
"type": "git",
"url": "https://github.com/josh-taylor/proof-cli"
},
"keywords": [
"cli",
"proof",
"proofing"
],
"license": "GPLv3",
"bugs": {
"url": "http://github.com/josh-taylor/proof-cli/issues"
},
"dependencies": {
"commander": "^2.5.0",
"handlebars": "^2.0.0",
"image-size": "^0.3.5",
"request": "^2.47.0"
}
}