{
  "name": "mobx--awesome-connect",
  "version": "1.0.3",
  "description": "Not official React bindings for mobX, but performant and flexible",
  "main": "./lib/index.js",
  "dependencies": {},
  "devDependencies": {
    "babel-cli": "^6.7.7",
    "babel-core": "^6.3.15",
    "babel-eslint": "^6.0.4",
    "babel-loader": "^6.2.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-object-rest-spread": "^6.6.5",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-1": "^6.5.0",
    "babel-register": "^6.3.13",
    "eslint": "^2.13.0",
    "eslint-config-rackt": "1.1.0",
    "eslint-plugin-react": "^5.2.2",
    "mobx": "^2.3.2",
    "mobx-react": "^3.3.1",
    "react": "^15.1.0",
    "react-dom": "^15.1.0",
    "webpack": "^1.13.1",
    "webpack-dev-middleware": "^1.2.0"
  },
  "scripts": {
    "build": "babel src --out-dir lib",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephenkingsley/mobx-connect.git"
  },
  "keywords": [
    "mobX",
    "bindings",
    "connect",
    "provide",
    "flexible"
  ],
  "author": "stephen.K",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stephenkingsley/mobx-connect/issues"
  },
  "homepage": "https://github.com/stephenkingsley/mobx-connect#readme"
}
