{
  "name": "react-xstate",
  "version": "0.1.3",
  "description": "Connecting react components with xstate state machines.",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build:dev": "cross-env BABEL_ENV=development babel src --out-dir lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nenti/react-xstate.git"
  },
  "keywords": [
    "xcode",
    "statemachine",
    "react",
    "react-native"
  ],
  "author": "Tobias Nentwig <tobinenti@gmail.com> (http://github.com/nenti)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nenti/react-xstate/issues"
  },
  "homepage": "https://github.com/nenti/react-xstate#readme",
  "peerDependencies": {
    "react": "^16.2.0",
    "xstate": "^3.0.1"
  },
  "dependencies": {
    "babel-preset-react-app": "^3.1.1",
    "cross-env": "^5.1.3"
  }
}
