{
  "name": "noteplayer",
  "version": "1.2.1",
  "description": "WebAudio musical audio note player",
  "author": "laopunk",
  "devDependencies": {
    "browserify": "^10.2.4",
    "gulp": "^3.9.0",
    "gulp-shell": "^0.4.2",
    "gulp-uglify": "^1.2.0",
    "gulp-util": "^3.0.3",
    "jsdoc": "^3.3.2",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  },
  "dependencies": {
    "lodash": "^3.9.3"
  },
  "main": "src/notePlayer.js",
  "directories": {
    "doc": "doc"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/laopunk/notePlayer.git"
  },
  "keywords": [
    "audio",
    "note",
    "musical",
    "WebAudio",
    "module",
    "javascript"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/laopunk/notePlayer/issues"
  },
  "homepage": "https://github.com/laopunk/notePlayer"
}
