{
  "name": "flow-runtime-mobx",
  "homepage": "https://codemix.github.io/flow-runtime",
  "repository": "https://github.com/codemix/flow-runtime.git",
  "version": "0.17.0",
  "description": "Adds mobx support to flow-runtime.",
  "main": "flow-runtime-mobx.js",
  "scripts": {
    "lint": "eslint ./src && flow check",
    "prepublish": "npm run build",
    "build": "babel -d ./lib ./src",
    "test": "mocha",
    "watch": "mocha --watch"
  },
  "author": "Charles Pick <charles@codemix.com>",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.16.0",
    "babel-core": "^6.17.0",
    "babel-eslint": "^7.0.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-preset-env": "^1.1.4",
    "babel-preset-es2015": "^6.16.0",
    "babel-preset-es2015-node": "^6.1.1",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-0": "^6.16.0",
    "eslint": "^3.8.1",
    "eslint-plugin-babel": "^3.3.0",
    "eslint-plugin-flowtype": "^2.20.0",
    "eslint-plugin-import": "^2.0.1",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-react": "^6.4.1",
    "flow-bin": "^0.37.4",
    "flow-runtime": "^0.17.0",
    "flow-typed": "^2.0.0",
    "mobx": "^3.0.0",
    "mocha": "^3.1.2",
    "source-map-loader": "^0.1.6"
  },
  "peerDependencies": {
    "flow-runtime": "^0.17.0",
    "mobx": "^3.0.0"
  },
  "eslintConfig": {
    "extends": "./config/eslint.js"
  }
}
