chordsheet-cli
Version:
A CLI to create chord sheets out of markdown files
34 lines (33 loc) • 753 B
JSON
{
"name": "chordsheet-cli",
"version": "0.0.2",
"description": "A CLI to create chord sheets out of markdown files",
"main": "index.js",
"dependencies": {
"colors": "^1.1.2",
"minimist": "^1.2.0",
"chordsheet": "0.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gldraphael/chordsheet-cli.git"
},
"keywords": [
"chord",
"chords",
"chordsheet",
"sheet"
],
"author": "gldraphael",
"license": "MIT",
"bugs": {
"url": "https://github.com/gldraphael/chordsheet-cli/issues"
},
"homepage": "https://github.com/gldraphael/chordsheet-cli#readme",
"bin": {
"chordsheet": "index.js"
}
}