{
  "name": "react-style-proptype",
  "version": "3.2.2",
  "description": "validates style objects by ensuring they only have valid keys",
  "main": "src/index.js",
  "scripts": {
    "test": "node src/__test__/index.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brigand/react-style-proptype.git"
  },
  "keywords": [
    "react",
    "proptype",
    "validation",
    "devtool",
    "style",
    "css"
  ],
  "author": "Frankie Bagnardi <f.bagnardi@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brigand/react-style-proptype/issues"
  },
  "homepage": "https://github.com/brigand/react-style-proptype#readme",
  "dependencies": {
    "prop-types": "^15.5.4"
  },
  "devDependencies": {
    "cheerio": "^0.20.0",
    "flow-bin": "^0.57.3",
    "superagent": "^1.8.3",
    "tape": "^4.5.1"
  }
}
