UNPKG

element-prop-types

Version:
37 lines (36 loc) 866 B
{ "name": "element-prop-types", "version": "1.0.3", "description": "React PropType for props-elements", "author": "Ardalan Amini <ardalanamini22@gmail.com>", "license": "MIT", "keywords": [ "react", "prop", "prop-type", "proptype", "element" ], "homepage": "https://github.com/ardalanamini/element-prop-types#readme", "repository": { "type": "git", "url": "git+https://github.com/ardalanamini/element-prop-types.git" }, "bugs": { "url": "https://github.com/ardalanamini/element-prop-types/issues" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@types/prop-types": "^15.5.2", "@types/react": "^16.0.40", "prop-types": "^15.6.1", "react": "^16.2.0" } }