{
  "name": "react-native-onback",
  "version": "1.0.1",
  "description": "handle back button functionality on various react components",
  "repository": "https://github.com/fractaltech/react-native-onback",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npm run clean && babel src/ --out-dir lib/",
    "watch": "npm run clean && babel -w src/ --out-dir lib/",
    "clean": "rm -rf lib/"
  },
  "author": "Kapil Verma <kapv89@gmail.com>",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-eslint": "^4.1.8",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "eslint": "^1.10.3",
    "eslint-plugin-babel": "^3.1.0",
    "eslint-plugin-react": "^4.2.1"
  },
  "dependencies": {}
}
