blog-articles/package.json

26 lines
426 B
JSON
Raw Normal View History

2021-02-02 13:43:12 +08:00
{
"name": "blog",
"version": "0.0.1",
"description": "Ivan's blog draft.",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"gitbook-cli": "^2.3.2"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://git.ivanli.cc/ivan/Blog.git"
},
"keywords": [
"blog",
"artile",
"draft",
"ivan"
],
"author": "Ivan Li",
"license": "ISC"
}