{
  "name": "react-native-audio-polyfill",
  "version": "1.1.8",
  "description": "Audio polyfill for desktop and native",
  "main": "index.js",
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "rm -rf lib && babel src --out-dir lib"
  },
  "bugs": {
    "url": "https://github.com/yusukeshibata/react-native-audio-polyfill/issues"
  },
  "repository": {
    "url": "git+ssh://git@github.com/yusukeshibata/react-native-audio-polyfill.git",
    "type": "git"
  },
  "homepage": "https://github.com/yusukeshibata/react-native-audio-polyfill#readme",
  "author": "Yusuke Shibata <shibata@fata.io>",
  "license": "MIT",
  "peerDependencies": {
    "react-native": ">=0.8.0"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "eslint": "^3.19.0"
  },
  "keywords": [
    "react-native",
    "react-component",
    "sound",
    "audio"
  ],
  "dependencies": {
    "event-emitter": "^0.3.5"
  }
}
