{
  "name": "fk-ballet",
  "version": "0.1.0-beta-8",
  "description": "Android's co-ordinator layout ported to work on react native (iOS and Android and on web via RNW)",
  "main": "index.js",
  "scripts": {
    "clean": "rimraf dist",
    "tsc": "sh scripts/build.sh",
    "watch": "npm run clean && npm run tsc",
    "deploy": "sh scripts/deploy.sh",
    "publishRelease": "sh scripts/publishRelease.sh",
    "publishLocal": "sh scripts/publishLocal.sh",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/flipkart-incubator/rn-coordinator-layout.git"
  },
  "dependencies": {
    "react": "16.0.0-beta.5",
    "react-native": "0.49.5",
    "react-native-web": "0.6.0"
  },
  "devDependencies": {
    "@types/react": "16.0.40",
    "@types/react-native": "0.51.10",
    "copyfiles": "^2.1.0",
    "react-native-typescript-transformer": "1.2.10",
    "rimraf": "2.6.2",
    "tslint": "5.10.0"
  },
  "keywords": [
    "ballet",
    "Coordinator",
    "layout",
    "coordinatorlayout",
    "react-native",
    "reactnative",
    "android",
    "ios"
  ],
  "author": "Rajat Gupta",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/flipkart-incubator/rn-coordinator-layout/issues"
  },
  "homepage": "https://github.com/flipkart-incubator/rn-coordinator-layout#readme"
}
