{
  "name": "semitones",
  "version": "1.0.1",
  "description": "Get the size in semitones of a music interval",
  "main": "index.js",
  "scripts": {
    "build": "npm test && npm run docs && npm run coverage && npm run disc && npm run dist",
    "test": "mocha",
    "docs": "documentation -f md > API.md",
    "dist": "mkdir -p tmp/ && browserify index.js | uglifyjs > tmp/semitones.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/semitones#readme",
  "repository": "https://github.com/danigb/tonal/tree/master/packages/semitones",
  "bugs": {
    "url": "https://github.com/danigb/tonal/issues"
  },
  "keywords": [
    "music",
    "theory",
    "semitones",
    "interval",
    "tonal"
  ],
  "author": "danigb",
  "license": "MIT",
  "dependencies": {
    "music-notation": "^1.0.1"
  }
}
