Skip to content

Commit 2e442b8

Browse files
committed
Init package
1 parent 279c949 commit 2e442b8

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

package.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "react-notion",
3+
"version": "0.0.1",
4+
"description": "A react renderer that can render Notion.so data",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/splitbee/react-notion.git"
12+
},
13+
"keywords": [
14+
"notion",
15+
"react",
16+
"renderer"
17+
],
18+
"author": {
19+
"name": "Tobias Lins",
20+
"email": "me@tobi.sh",
21+
"url": "https://tobi.sh"
22+
},
23+
"license": "MIT",
24+
"bugs": {
25+
"url": "https://github.com/splitbee/react-notion/issues"
26+
},
27+
"homepage": "https://github.com/splitbee/react-notion#readme"
28+
}

0 commit comments

Comments
 (0)