{
  "name": "react-native-midi-player",
  "title": "React Native Midi Player",
  "version": "1.0.6",
  "description": "A library for React-Native to help you play midi files",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amonga67/react-native-midi-player.git",
    "baseUrl": "https://github.com/amonga67/react-native-midi-player"
  },
  "keywords": [
    "react-native",
    "midi",
    "midi player",
    "music"
  ],
  "files": [
    "README.md",
    "react-native-midi-player.podspec",
    "package.json",
    "index.js",
    "index.d.ts",
    "lib/",
    "ios/",
    "android/build.gradle",
    "android/src/"
  ],
  "author": {
    "name": "Andy Monga",
    "email": "contact@andymonga.com"
  },
  "license": "MIT",
  "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"
  },
  "bugs": {
    "url": "https://github.com/amonga67/react-native-midi-player/issues"
  },
  "homepage": "https://github.com/amonga67/react-native-midi-player#readme"
}
