Skip to content

Commit 83c8ef0

Browse files
author
dphaener
committed
Initial commit
0 parents  commit 83c8ef0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "reactable-popover",
3+
"version": "0.0.1",
4+
"description": "Popovers for React",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [
10+
"react",
11+
"popover"
12+
],
13+
"author": "Darin Haener <[email protected]> (https://github.com/dphaener)",
14+
"license": "MIT"
15+
}

0 commit comments

Comments
 (0)