26 lines
426 B
JSON
26 lines
426 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|