{
  "name": "react-context-props",
  "version": "2.2.0",
  "description": "Decorate React Components so they can get context props as regular props",
  "main": "dist/index.js",
  "dependencies": {},
  "devDependencies": {
    "babel-jest": "^20.0.3",
    "enzyme": "^2.8.2",
    "jest": "^20.0.4",
    "prop-types": "^15.5.0",
    "react": "^15.5.0",
    "react-dom": "^15.5.0",
    "react-test-renderer": "^15.5.4",
    "sagui": "^8.0.7"
  },
  "peerDependencies": {
    "prop-types": "^15.5.0",
    "react": "^15.5.0"
  },
  "scripts": {
    "build": "sagui build",
    "dist": "sagui dist",
    "format": "sagui format",
    "prepublish": "npm prune && npm test && npm run build",
    "start": "sagui develop --port 3000",
    "test": "npm run test:lint && jest ./*.test.js",
    "test:lint": "sagui test:lint",
    "test:typecheck": "sagui test:typecheck",
    "test:unit": "sagui test:unit --coverage",
    "test:unit:watch": "sagui test:unit --watch"
  },
  "keywords": [],
  "author": "",
  "license": "Unlicense",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xaviervia/react-context-props.git"
  }
}
