UNPKG

interval-notation

Version:

Parse and build music intervals in shorthand notation

39 lines (38 loc) 907 B
{ "name": "interval-notation", "version": "1.0.1", "description": "Parse and build music intervals in shorthand notation", "main": "dist/interval-notation.js", "module": "index", "scripts": { "pretest": "rollup -cm", "test": "jest --coverage", "api": "jsdoc2md index.js > API.md", "prepublish": "npm test" }, "repository": { "type": "git", "url": "git+https://github.com/danigb/interval-notation.git" }, "keywords": [ "interval", "parse", "parser", "string", "shorthand", "notation", "music", "theory" ], "author": "danigb <danigb@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/danigb/interval-notation/issues" }, "homepage": "https://github.com/danigb/interval-notation#readme", "devDependencies": { "jest": "^19.0.2", "rollup": "^0.41.6", "rollup-plugin-uglify": "^1.0.2" } }