doremi-script
Version:
Letter music notation processor
32 lines (31 loc) • 839 B
JSON
{ "name": "doremi-script",
"description": "Letter music notation processor",
"keywords":["sargam","solfege","letter music notation","doremi","lilypond","raga","Indian Music"],
"author": "John Rothfield",
"version": "0.0.3-pre",
"engines": {
"node": ">=0.6.6"
},
"directories" : {
"lib" : "./lib/sargam"
},
"main": "lib/sargam/sargam_parser",
"bin": {
"doremi2htmldoc": "./bin/doremi2htmldoc",
"doremi2html": "./bin/doremi2html",
"doremi2ly": "./bin/doremi2ly",
"doremi2musicxml": "./bin/doremi2musicxml",
"doremiparse": "./bin/doremiparse"
},
"homepage": "http://ragapedia.com",
"repository": {
"type": "git",
"url": "git://github.com/rothfield/doremi.git"
},
"dependencies": {
"underscore":"",
"pegjs":"",
"nodeunit":"",
"coffee-script":"1.1.2"
}
}