react-types
Version:
React.PropTypes with less suck
29 lines (28 loc) • 640 B
JSON
{
"name": "react-types",
"version": "0.1.0",
"description": "React.PropTypes with less suck",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrejewski/react-types.git"
},
"keywords": [
"react",
"proptype",
"type"
],
"author": "Chris Andrejewski <christopher.andrejewski@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/andrejewski/react-types/issues"
},
"homepage": "https://github.com/andrejewski/react-types#readme",
"devDependencies": {
"mocha": "^2.2.5",
"react": "^0.13.3"
}
}