react-is-deprecated
Version:
Adds an isDeprecated method to the React.PropTypes object
29 lines (28 loc) • 621 B
JSON
{
"name": "react-is-deprecated",
"version": "0.1.2",
"description": "Adds an isDeprecated method to the React.PropTypes object",
"main": "dist.js",
"scripts": {
"test": "mocha test",
"prepublish": "make build"
},
"keywords": [
"react",
"propTypes",
"isDeprecated"
],
"author": "Brandon Dail",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"chai": "^3.5.0",
"mocha": "^2.4.5",
"react": "^0.14.7"
},
"repository": {
"type": "git",
"url": "https://www.github.com/Aweary/react-is-deprecated.git"
}
}