{
  "name": "recorderjs",
  "version": "0.1.0",
  "description": "A plugin for recording/exporting the output of Web Audio API nodes",
  "main": "lib/index.js",
  "scripts": {
    "build": "npm run build:lib && npm run build:browserify",
    "build:lib": "babel src/ -d lib/",
    "build:browserify": "browserify lib/index.js -t babelify --outfile dist/recorder.js -s Recorder",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zlokomatic/Recorderjs.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zlokomatic/Recorderjs/issues"
  },
  "homepage": "https://github.com/zlokomatic/Recorderjs#readme",
  "dependencies": {
    "inline-worker": "^0.1.0"
  },
  "devDependencies": {
    "babel-cli": "^6.3.13",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "babelify": "^7.2.0",
    "browserify": "^12.0.1"
  },
  "babel": {
    "presets": [
      "es2015",
      "stage-0"
    ]
  }
}
