{
  "name": "benz-recorderjs",
  "version": "1.0.5",
  "description": "Record audio from a node in the Web Audio API",
  "main": "recorder.build.js",
  "types": "recorder.d.ts",
  "scripts": {
    "build": "rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BenzLeung/Recorderjs.git"
  },
  "keywords": [
    "web-audio-api",
    "record"
  ],
  "author": "Jamison Dance <jergason@gmail.com> (http://jamisondance.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/BenzLeung/Recorderjs/issues"
  },
  "homepage": "https://github.com/BenzLeung/Recorderjs",
  "devDependencies": {
    "rollup": "^0.62.0",
    "rollup-plugin-commonjs": "^9.1.3",
    "rollup-plugin-uglify": "^4.0.0"
  }
}
