8t
Version:
80 columns command-line utility.
41 lines (40 loc) • 841 B
JSON
{
"name": "8t",
"version": "0.1.2",
"bin": {
"8t": "bin/cmd.js"
},
"scripts": {
"make": "make $@",
"precommit": "make test",
"test": "make test"
},
"devDependencies": {
"husky": "^0.11.1",
"jasmine-reporters": "^1.0.2",
"jest-cli": "^0.9.0",
"standard": "^6.0.5"
},
"dependencies": {
"cli-clear": "^1.0.4",
"minimist": "^1.2.0"
},
"description": "80 columns command-line utility.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sterpe/8t.git"
},
"author": "sterpe <srterpe@gmail.com> (https://github.com/sterpe)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sterpe/8t/issues"
},
"homepage": "https://github.com/sterpe/8t#readme",
"keywords": [
"80",
"columns",
"80 columns",
"8t"
]
}