metalsmith-hammer
Version:
Command-line goodness for metalsmith users
33 lines (32 loc) • 737 B
JSON
{
"name": "metalsmith-hammer",
"version": "0.2.0",
"description": "Command-line goodness for metalsmith users",
"main": "index.js",
"bin": {
"hammer": "./bin/hammer.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint index.js lib/**/*.js bin/hammer.js"
},
"keywords": [
"metalsmith",
"hammer",
"plugin",
"cli",
"commandline",
"edit"
],
"author": "Gregory Scheerlinck <gregory.scheerlinck@gmail.com> (https://gregjs.com)",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"extend": "^3.0.0",
"inquirer": "^1.0.3",
"minimist": "^1.2.0",
"open": "0.0.5",
"shelljs": "^0.7.0",
"text-table": "^0.2.0"
}
}