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 279c949 commit 2e442b8Copy full SHA for 2e442b8
package.json
@@ -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