{
  "name": "tb-web-audio",
  "version": "1.2.7",
  "description": "Simplified Web Audio API with cross-browser support",
  "author": "Justin Jung",
  "license": "MIT",
  "main": "lib/index.js",
  "scripts": {
    "start": "node ./example/server.js",
    "lint": "eslint ./src/index.js",
    "compile": "babel -d lib/ src/",
    "prepublish": "npm run lint && npm run compile"
  },
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-core": "^6.8.0",
    "babel-eslint": "^6.0.4",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.6.0",
    "eslint": "^2.10.2",
    "eslint-plugin-babel": "^3.2.0",
    "express": "^4.13.4",
    "openurl": "^1.1.1",
    "webpack": "^1.13.0",
    "webpack-dev-middleware": "^1.6.1",
    "webpack-hot-middleware": "^2.10.0"
  },
  "keywords": [
    "thinkingbox",
    "tb",
    "audio",
    "web audio",
    "audio api",
    "audio visualization"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thinkingboxmedia/tb-web-audio.git"
  },
  "homepage": "https://github.com/thinkingboxmedia/tb-web-audio",
  "bugs": {
    "url": "https://github.com/thinkingboxmedia/tb-web-audio/issues"
  }
}
