{
  "name": "@ybrain/react-native-audio-toolkit",
  "version": "1.1.0",
  "description": "Cross-platform audio library for React Native. Forked from https://github.com/futurice/react-native-audio-toolkit.git",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/YBRAIN/react-native-audio-toolkit.git"
  },
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "flow": "flow"
  },
  "license": "MIT",
  "dependencies": {
    "async": "^2.0.0",
    "eventemitter3": "^1.2.0",
    "lodash": "^4.13.1"
  },
  "devDependencies": {
    "babel-jest": "23.2.0",
    "babel-preset-react-native": "4.0.0",
    "jest": "23.2.0",
    "flow-bin": "^0.67.0"
  },
  "bugs": {
    "url": "https://github.com/YBRAIN/react-native-audio-toolkit/issues"
  },
  "homepage": "https://github.com/YBRAIN/react-native-audio-toolkit#readme",
  "main": "index.js",
  "directories": {
    "doc": "docs"
  },
  "keywords": [
    "ybrain",
    "audio",
    "record",
    "react-native",
    "react",
    "native",
    "sound",
    "play",
    "media",
    "recorder",
    "player",
    "mp3",
    "mp4"
  ],
  "author": "mswokk@gmail.com"
}
