Skip to content

Commit 360fd86

Browse files
committed
Add package.json file
1 parent 3d97d99 commit 360fd86

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/.cache
2+
/.idea
3+
/node_modules

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "react-microbe-ui",
3+
"version": "0.0.1",
4+
"description": "microbe-ui for React",
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/microbe-ui/react-microbe-ui.git"
12+
},
13+
"keywords": [],
14+
"author": "",
15+
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/microbe-ui/react-microbe-ui/issues"
18+
},
19+
"homepage": "https://github.com/microbe-ui/react-microbe-ui#readme"
20+
}

0 commit comments

Comments
 (0)