@lyre/note
Version:
Utilities to express, parse and output musical notes in Scientific and Helmholtz formats.
33 lines (32 loc) • 807 B
JSON
{
"name": "@lyre/note",
"version": "2.1.1",
"description": "Utilities to express, parse and output musical notes in Scientific and Helmholtz formats.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
"document": "./node_modules/.bin/jsdoc -t ./template/github_wiki ./src/Note.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Attibee/Lyre-Note.git"
},
"keywords": [
"music",
"note",
"helmholtz",
"transpose"
],
"author": "Attibee",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Attibee/Lyre-Note/issues"
},
"homepage": "https://github.com/Attibee/Lyre-Note#readme",
"devDependencies": {
"chai": "^4.1.2",
"jsdoc": "^3.5.5",
"mocha": "^5.0.4"
},
"dependencies": {}
}