We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b56eb commit e1e47c9Copy full SHA for e1e47c9
package.json
@@ -0,0 +1,12 @@
1
+{
2
+ "name": "proptypes",
3
+ "version": "0.14.0",
4
+ "description": "React's PropTypes, packaged up as a standalone module.",
5
+ "main": "index.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/developit/proptypes.git"
9
+ },
10
+ "homepage": "https://github.com/developit/proptypes",
11
+ "license": "BSD"
12
+}
0 commit comments