UNPKG

tonal-abc-notation

Version:

Conversion between notes in ABC and scientific notation

37 lines (36 loc) 917 B
{ "name": "tonal-abc-notation", "version": "2.2.2", "description": "Conversion between notes in ABC and scientific notation", "repository": "https://github.com/danigb/tonal/extensions/abc-notation", "keywords": [ "note", "ABC", "notation", "tonal" ], "scripts": { "docs": "jsdoc2md -d 1 --name-format --member-index-format list index.js > README.md", "test": "jest --coverage", "build": "npm run build-es5 && npm run build-es6", "build-es5": "rollup -c ../../config/rollup.config.es5.js -- index.js", "build-es6": "buble --no modules index.js -o build/es6.js" }, "main": "build/es5.js", "module": "build/es6.js", "author": "danigb", "license": "MIT", "dependencies": { "tonal-note": "^2.2.2" }, "babel": { "presets": [ "es2015" ] }, "jest": { "transformIgnorePatterns": [ "<rootDir>/node_modules/(?!tonal)" ] } }