{
  "name": "rcomponents",
  "version": "0.2.3",
  "description": "Some common react component collection.",
  "main": "dist/react-components.js",
  "scripts": {
    "test": "node_modules/.bin/jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/leozdgao/react-components.git"
  },
  "keywords": [
    "react-components"
  ],
  "author": "leozdgao",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/leozdgao/react-components/issues"
  },
  "homepage": "https://github.com/leozdgao/react-components",
  "dependencies": {
    "babel": "^5.8.20",
    "babel-loader": "^5.3.1",
    "classnames": "^2.1.3",
    "lgutil": "^0.2.1",
    "node-libs-browser": "^0.5.2",
    "react": "^0.13.3",
    "webpack": "^1.10.1"
  },
  "devDependencies": {
    "babel-core": "^5.6.17",
    "babel-eslint": "^4.0.9",
    "babel-jest": "^5.3.0",
    "eslint": "^1.1.0",
    "eslint-plugin-react": "^3.2.3",
    "install": "^0.1.8",
    "jest-cli": "^0.4.15",
    "promise-polyfill": "^2.1.0"
  },
  "jest": {
    "scriptPreprocessor": "node_modules/babel-jest",
    "unmockedModulePathPatterns": [
      "react"
    ]
  }
}
