{
  "name": "music-notation",
  "version": "1.0.1",
  "description": "Parse alterations, notes, intervals and other musical elements with differents notations",
  "main": "index.js",
  "scripts": {
    "build": "npm test && npm run coverage && npm run docs",
    "test": "mocha",
    "docs": "documentation -f md > API.md",
    "dist": "browserify tmp/dist.js | uglifyjs > tmp/music-notation.min.js&& ls -hall tmp/",
    "disc": "browserify --full-paths tmp/dist.js | uglifyjs | discify > tmp/disc.html",
    "coverage": "istanbul cover _mocha"
  },
  "repository": "https://github.com/danigb/tonal/tree/master/packages/music-notation/",
  "bugs": {
    "url": "https://github.com/danigb/tonal/issues"
  },
  "keywords": [
    "music",
    "notation",
    "array notation",
    "note",
    "scientific",
    "helmholtz",
    "interval",
    "pitch",
    "roman",
    "tonal"
  ],
  "author": "danigb",
  "license": "MIT"
}
