tonal-detector
Version:
Find the name of pitch class sets
39 lines (38 loc) • 818 B
JSON
{
"name": "tonal-detector",
"version": "1.1.2",
"description": "Find the name of pitch class sets",
"repository": "https://github.com/danigb/tonal/extensions/detect",
"keywords": [
"pcset",
"detector",
"scale",
"chord",
"music theory",
"tonal"
],
"scripts": {
"docs": "jsdoc2md -d 1 --name-format --member-index-format list index.js > README.md",
"test": "jest --coverage"
},
"main": "build/es5.js",
"module": "build/es6.js",
"author": "danigb",
"license": "MIT",
"dependencies": {
"tonal-array": "^1.1.2",
"tonal-dictionary": "^1.1.2",
"tonal-note": "^1.1.2",
"tonal-pcset": "^1.1.2"
},
"babel": {
"presets": [
"es2015"
]
},
"jest": {
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!tonal)"
]
}
}