football
Version:
Markdown presentations in your terminal
35 lines (34 loc) • 749 B
JSON
{
"name": "football",
"version": "1.2.0",
"description": "Markdown presentations in your terminal",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "./cli.js",
"repository": {
"type": "git",
"url": "https://github.com/finnp/football.git"
},
"keywords": [
"markdown",
"presentation",
"md",
"reveal-md"
],
"author": "Finn Pauls",
"license": "MIT",
"bugs": {
"url": "https://github.com/finnp/football/issues"
},
"homepage": "https://github.com/finnp/football",
"dependencies": {
"clear": "0.0.1",
"cli-cursor": "^1.0.1",
"cli-md": "^1.0.0",
"minimist": "^1.1.0",
"window-size": "^0.1.0"
},
"preferGlobal": true
}