mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-28 20:52:48 +00:00
first commit
This commit is contained in:
commit
d6ecead327
|
|
@ -0,0 +1,7 @@
|
|||
.DS_Store
|
||||
.vscode
|
||||
.idea
|
||||
.eslintcache
|
||||
node_modules
|
||||
dist
|
||||
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "blogi",
|
||||
"version": "1.0.0",
|
||||
"description": "Blog instantly",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/endiliey/blogi.git"
|
||||
},
|
||||
"keywords": [
|
||||
"blog",
|
||||
"websites",
|
||||
"open source"
|
||||
],
|
||||
"author": "endiliey",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/endiliey/blogi/issues"
|
||||
},
|
||||
"homepage": "https://github.com/endiliey/blogi#readme"
|
||||
}
|
||||
Loading…
Reference in New Issue