{
  "name": "react-immutable-proptypes",
  "version": "2.2.0",
  "description": "PropType validators that work with Immutable.js.",
  "main": "dist/ImmutablePropTypes.js",
  "scripts": {
    "build": "./scripts/build",
    "test": "./scripts/test",
    "test-cov": "./scripts/test-cov",
    "prepublish": "npm run build",
    "lint": "./node_modules/.bin/eslint ./src"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/HurricaneJames/react-immutable-proptypes"
  },
  "keywords": [
    "react",
    "immutable-js",
    "immutable",
    "immutablejs",
    "proptype"
  ],
  "author": "James Burnett <HurricaneJamesEsq@gmail.com> (https://github.com/HurricaneJames/react-immutable-proptypes)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/HurricaneJames/react-immutable-proptypes/issues"
  },
  "homepage": "https://github.com/HurricaneJames/react-immutable-proptypes",
  "peerDependencies": {
    "immutable": ">=3.6.2"
  },
  "devDependencies": {
    "babel": "^4.6.6",
    "babel-eslint": "^3.1.1",
    "eslint": "^6.6.0",
    "eslint-plugin-react": "^2.2.0",
    "expect.js": "^0.3.1",
    "immutable": "^3.7.4",
    "istanbul": "~0.3.7",
    "mocha": "^2.3.3",
    "react": "^0.14.0",
    "react-dom": "^0.14.0"
  },
  "dependencies": {
    "invariant": "^2.2.2"
  },
  "typings": "typings/index.d.ts"
}