{
  "name": "interval-density",
  "version": "1.0.2",
  "description": "Perform interval analysis of a collection of notes",
  "main": "index.js",
  "scripts": {
    "build": "npm test && npm run docs && npm run coverage && npm run disc && npm run dist",
    "test": "mocha",
    "api": "documentation build -f md > API.md",
    "dist": "mkdir -p tmp/ && browserify index.js | uglifyjs > tmp/interval-density.min.js&& ls -hall tmp/",
    "disc": "mkdir -p tmp/ && browserify --full-paths index.js | uglifyjs | discify > tmp/disc.html",
    "coverage": "istanbul cover _mocha",
    "cover": "npm run coverage && open ./coverage/lcov-report/index.html"
  },
  "homepage": "https://github.com/danigb/tonal/tree/master/packages/interval-density#readme",
  "repository": "https://github.com/danigb/tonal/tree/master/packages/interval-density",
  "bugs": {
    "url": "https://github.com/danigb/tonal/issues"
  },
  "keywords": [
    "music",
    "theory",
    "interval",
    "sonority",
    "tonal"
  ],
  "author": "danigb",
  "license": "MIT",
  "dependencies": {
    "interval-class": "^1.0.1",
    "music-gamut": "^0.9.0",
    "semitones": "^1.0.0"
  }
}
