{
  "name": "nearly",
  "version": "1.8.1",
  "description": "A light and powerful data flow with React",
  "scripts": {
    "build": "NODE_ENV=production webpack && ./node_modules/babel-cli/bin/babel.js src --out-dir lib",
    "test": "./node_modules/mocha/bin/mocha --compilers js:babel-core/register ./test"
  },
  "keywords": [
    "data flow",
    "react",
    "light",
    "direction"
  ],
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/luojunbin/nearly.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/luojunbin/nearly/issues"
  },
  "homepage": "https://github.com/luojunbin/nearly",
  "dependencies": {},
  "peerDependencies": {
    "react": "^0.14.0 || ^15.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.16.0",
    "babel-core": "^6.3.15",
    "babel-loader": "^6.2.0",
    "babel-plugin-transform-object-rest-spread": "^6.8.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-react-hmre": "^1.1.1",
    "babel-register": "^6.3.13",
    "chai": "^3.5.0",
    "cross-env": "^1.0.7",
    "enzyme": "^2.0.0",
    "eslint": "^3.4.0",
    "eslint-plugin-react": "^6.2.0",
    "expect": "^1.6.0",
    "express": "^4.13.3",
    "mocha": "^2.2.5",
    "node-libs-browser": "^0.5.2",
    "react": "^0.14.0 || ^15.0.0",
    "react-addons-test-utils": "^0.14.7",
    "react-dom": "^0.14.0 || ^15.0.0",
    "webpack": "^1.9.11"
  }
}
