{
  "name": "bidi-mobx",
  "version": "0.20.0",
  "description": "Two-way binding is back, and this time it's respectable",
  "main": "built/index.js",
  "types": "built/index.d.ts",
  "scripts": {
    "build": "tsc && webpack",
    "test": "tape built/test/**/*.js",
    "coverage": "istanbul cover tape built/test/**/*.js",
    "all": "npm run build && npm run test && npm run coverage",
    "prepublish": "npm run build && npm run test && npm run docs",
    "watch": "webpack -w",
    "docs": "node build-docs.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielearwicker/bidi-mobx.git"
  },
  "keywords": [
    "mobx",
    "react"
  ],
  "author": "Daniel Earwicker <dan@earwicker.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/danielearwicker/bidi-mobx/issues"
  },
  "homepage": "https://github.com/danielearwicker/bidi-mobx#readme",
  "dependencies": {
    "boxm": "^0.4.1"
  },
  "devDependencies": {
    "@types/blue-tape": "^0.1.30",
    "@types/react": "^15.0.1",
    "@types/react-dom": "^0.14.20",
    "blue-tape": "^1.0.0",
    "coveralls": "^2.11.15",
    "istanbul": "^0.4.5",
    "mapped-array-mobx": "^0.1.0",
    "mobx": "^3.0.0",
    "mobx-react": "^4.1.0",
    "react": "^15.4.2",
    "react-dom": "^15.4.2",
    "styled-components": "^1.4.3",
    "ts-loader": "^1.3.3",
    "typescript": "^2.2.1",
    "webpack": "^1.14.0"
  },
  "peerDependencies": {
    "mobx": "^3.0.0",
    "mobx-react": "^4.1.0",
    "react": "^15.4.2",
    "react-dom": "^15.4.2"
  }
}
