docusaurus/package.json
2018-07-27 16:03:35 +08:00

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"
}