{
  "name": "dbb-react-native-sound",
  "version": "0.0.1",
  "description": "React Native module for playing sound clips on iOS, Android, and Windows",
  "main": "sound.js",
  "typings": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zmxv/react-native-sound.git"
  },
  "keywords": [
    "react-native",
    "react-component",
    "sound",
    "audio"
  ],
  "author": "Zhen Wang <z@zmxv.com> (http://blog.zmxv.com)",
  "license": "MIT",
  "peerDependencies": {
    "react-native": ">=0.8.0"
  }
}
