{
  "name": "teoria-chord-progression",
  "version": "1.0.0",
  "description": "Diatonic chord progressions for Teoria.js",
  "main": "./index.js",
  "scripts": {
    "clean": "mkdir -p ./dist && rm -rf ./dist/*",
    "build": "npm run clean && browserify ./index.js --standalone teoriaChordProgression -o ./dist/teoria-chord-progression.js && npm run minify",
    "test": "mocha",
    "minify": "uglifyjs ./dist/teoria-chord-progression.js > ./dist/teoria-chord-progression.min.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/JasonStorey/teoria-chord-progression"
  },
  "author": {
    "name": "Jason A. Storey",
    "url": "https://github.com/JasonStorey"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JasonStorey/teoria-chord-progression/issues"
  },
  "homepage": "https://github.com/JasonStorey/teoria-chord-progression",
  "devDependencies": {
    "browserify": "^8.1.3",
    "mocha": "^2.1.0",
    "teoria": "^1.3.0",
    "uglify-js": "^2.4.16"
  },
  "dependencies": {
    "piu": "^1.0.0"
  },
  "keywords": [
    "music",
    "teoria",
    "theory",
    "chords",
    "harmony",
    "scales",
    "diatonic",
    "scales"
  ]
}
