{
  "name": "sharp11",
  "version": "2.0.2",
  "description": "Music theory multitool with a jazz focus",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsrmath/sharp11.git"
  },
  "keywords": [
    "music",
    "theory",
    "notes",
    "chords",
    "scales",
    "jazz"
  ],
  "author": "Julian Rosenblum",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/jsrmath/sharp11/issues"
  },
  "homepage": "https://github.com/jsrmath/sharp11#readme",
  "devDependencies": {
    "mocha": "^2.2.5"
  },
  "dependencies": {
    "capitalize": "^1.0.0",
    "jsonfile": "^2.4.0",
    "mod-loop": "0.0.2",
    "random-js": "^1.0.8",
    "underscore": "^1.8.3"
  }
}
