{
  "name": "etude",
  "version": "3.0.0-0",
  "description": "JavaScript Music Theory API",
  "main": "js/index.js",
  "typings": "js/etude",
  "scripts": {
    "test": "npm run build:compile",
    "build": "npm run build:compile && npm run build:package",
    "build:compile": "tsc",
    "build:package": "browserify package.js -s window -o js/etude.browser.js",
    "clean": "rm -rf js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andrewthehan/etude.js.git"
  },
  "keywords": [
    "etude",
    "music",
    "theory",
    "typescript"
  ],
  "files": [
    "js/",
    "ts/"
  ],
  "author": "Andrew Han",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andrewthehan/etude.js/issues"
  },
  "homepage": "https://github.com/andrewthehan/etude.js#readme",
  "engines": {
    "node": ">=6"
  }
}
