mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-29 05:12:52 +00:00
25 lines
516 B
JSON
25 lines
516 B
JSON
{
|
|
"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"
|
|
}
|