onsong
Version:
A JavaScript library for parsing and formatting chord sheets in the OnSong File Format.
39 lines (38 loc) • 841 B
JSON
{
"name": "onsong",
"description": "A JavaScript library for parsing and formatting chord sheets in the OnSong File Format.",
"version": "0.0.1",
"main": "./src",
"author": "Brandon Keepers",
"license": "ISC",
"scripts": {
"build": "peggy src/grammar.peggy"
},
"devDependencies": {
"annotate-code": "^2.0.2",
"jest": "^28.1.2",
"peggy": "^2.0.1",
"pegjs-backtrace": "^0.2.1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chordbook/onsong.git"
},
"keywords": [
"onsong",
"chordsheet",
"chords",
"chordpro",
"guitar",
"tablature",
"guitar-tabs",
"ukulele"
],
"bugs": {
"url": "https://github.com/chordbook/onsong/issues"
},
"homepage": "https://github.com/chordbook/onsong#readme"
}