{
  "name": "react-native-tone",
  "version": "0.0.4",
  "description": "Simple library for playing tones in React Native (iOS only).",
  "main": "index.js",
  "homepage": "https://github.com/oliviachang29/react-native-tone",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react-native",
    "tone",
    "sound"
  ],
  "author": "Olivia Chang",
  "license": "MIT",
  "peerDependencies": {
    "react-native": "*"
  }
}
