{
  "name": "react-native-background-timer",
  "version": "1.2.0",
  "description": "Emit event periodically (even when app is in the background)",
  "keywords": [
    "android",
    "ios",
    "react-component",
    "react-native",
    "timer"
  ],
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ocetnik/react-native-background-timer.git"
  },
  "author": "David Ocetnik",
  "license": "MIT",
  "peerDependencies": {
    "react-native": ">=0.47.0"
  }
}
