UNPKG

annotated-prop-types

Version:
33 lines (32 loc) 708 B
{ "name": "annotated-prop-types", "version": "0.3.0", "description": "Add extra info to your React PropTypes.", "main": "index.js", "scripts": { "test": "node test" }, "repository": { "type": "git", "url": "git+https://github.com/kesne/annotated-prop-types.git" }, "keywords": [ "react", "proptypes", "prop", "types", "annotated" ], "author": "Jordan Gensler <jordangens@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/kesne/annotated-prop-types/issues" }, "homepage": "https://github.com/kesne/annotated-prop-types#readme", "devDependencies": { "tape": "^4.6.0" }, "dependencies": { "prop-types": "*" } }