UNPKG

chordpro-parser

Version:

Chordpro Parser based on the chordsheejs module

33 lines (32 loc) 724 B
{ "name": "chordpro-parser", "version": "1.0.0", "description": "Chordpro Parser based on the chordsheejs module", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/tkhosravi/chordpro-parser.git" }, "keywords": [ "chordpro", "parser", "guitar" ], "author": "Tony Khosravi", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/tkhosravi/chordpro-parser/issues" }, "homepage": "https://github.com/tkhosravi/chordpro-parser#readme", "dependencies": { "chordsheetjs": "^2.9.1" }, "devDependencies": { "chai": "^4.2.0", "chai-string": "^1.5.0", "mocha": "^6.1.4" } }