blah-code-cli
Version:
Encode and decode blah code via the command line
40 lines (39 loc) • 710 B
JSON
{
"name": "blah-code-cli",
"version": "2.0.0",
"description": "Encode and decode blah code via the command line",
"license": "MIT",
"repository": "bullgit/blah-code-cli",
"author": {
"name": "Michael Kühnel",
"email": "mail@michael-kuehnel.de",
"url": "http://michael-kuehnel.de"
},
"bin": {
"blah-code": "cli.js"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"bullgit",
"blah"
],
"dependencies": {
"blah-code": "^2.0.1",
"chalk": "^1.1.1",
"meow": "^3.6.0"
},
"devDependencies": {
"ava": "^0.12.0",
"xo": "^0.13.0"
}
}