Package Exports
- scale-dictionary
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (scale-dictionary) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
scale-dictionary 
A dictionary of music scales. This contains a json file with scale definitions (currently 89):
var scale = require('scale-dictionary')
scale['bebop'] // => [ '1', '2', '3', '4', '5', '6', '7b', '7' ]
// can have alias
scales['arabian'] // => 'locrian major'This is part of tonal:
var tonal = require('tonal')
tonal.scales['major'] // => ...Install via npm: npm install --save scale-dictionary
License
MIT License