{
  "name": "react-recorder-3s",
  "version": "1.4.2",
  "description": "A react component that records audio using the MediaRecorder API",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rimraf lib && babel ./src -d lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alliende/react-recorder.git"
  },
  "keywords": [
    "react",
    "react-component",
    "audio",
    "MediaRecorder"
  ],
  "peerDependencies": {
    "react": "^0.14.0 || ^15.0.0 || ^16.0.0"
  },
  "author": "Luis León",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alliende/react-recorder/issues"
  },
  "homepage": "https://github.com/alliende/react-recorder#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "react": "^16.4.1",
    "rimraf": "^2.6.2"
  },
  "dependencies": {
    "prop-types": "^15.6.2"
  }
}
