UNPKG

tablature-parser

Version:
48 lines (47 loc) 1.01 kB
{ "name": "tablature-parser", "version": "0.10.1", "author": "Isaiah Odhner <isaiahodhner@gmail.com>", "description": "Parse guitar tabs", "license": "MIT", "keywords": [ "tablature", "tabs", "tab", "tab-parser", "tablature-parser", "parse-tabs", "parse-tablature", "parse", "parser", "guitar", "guitar-tabs", "guitar-tablature", "music", "songs", "song", "ascii", "ascii-tabs" ], "repository": { "type": "git", "url": "https://github.com/1j01/tablature-parser.git" }, "bugs": { "url": "https://github.com/1j01/tablature-parser/issues" }, "main": "build/tablature-parser.js", "files": [ "build" ], "scripts": { "prepare": "coffee -o build -c tablature-parser.coffee", "test": "mocha --require coffeescript/register \"test/**/*.{js,coffee}\"", "spellcheck": "cspell-cli lint ." }, "devDependencies": { "chai": "^4.3.7", "coffeescript": "^2.7.0", "mocha": "^10.2.0" } }