{
  "name": "react-native-awesome-sounds",
  "version": "0.2.1",
  "description": "Native notification sounds list. returns the id, title and url of the sounds",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native",
    "native-sounds",
    "notifications-sounds"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pavkout/react-native-notification-sounds.git",
    "baseUrl": "https://github.com/pavkout/react-native-notification-sounds"
  },
  "bugs": {
    "url": "https://github.com/pavkout/react-native-notification-sounds/issues"
  },
  "homepage": "https://github.com/pavkout/react-native-notification-sounds#readme",
  "author": {
    "name": "Pavlos Koutoglou",
    "email": "pkoutoglou@gmail.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": "^16.8.1",
    "react-native": ">=0.59.0-rc.0 <1.0.x"
  },
  "devDependencies": {
    "react": "^16.8.3",
    "react-native": "^0.59.10"
  },
  "react-native": {
    "path": "path-browserify",
    "fs": "react-native-level-fs",
    "_stream_transform": "readable-stream/transform",
    "_stream_readable": "readable-stream/readable",
    "_stream_writable": "readable-stream/writable",
    "_stream_duplex": "readable-stream/duplex",
    "_stream_passthrough": "readable-stream/passthrough",
    "stream": "stream-browserify"
  },
  "browser": {
    "path": "path-browserify",
    "fs": "react-native-level-fs",
    "_stream_transform": "readable-stream/transform",
    "_stream_readable": "readable-stream/readable",
    "_stream_writable": "readable-stream/writable",
    "_stream_duplex": "readable-stream/duplex",
    "_stream_passthrough": "readable-stream/passthrough",
    "stream": "stream-browserify"
  }
}
