Skip to content

Commit e1e47c9

Browse files
committed
Add package.json
1 parent 36b56eb commit e1e47c9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)