34 lines
735 B
JSON
34 lines
735 B
JSON
{
|
|
"name": "docidoci",
|
|
"version": "1.0.1",
|
|
"description": "Создание структуры сайта-документации на docsify",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"docidoci": "./index.js"
|
|
},
|
|
"keywords": [
|
|
"docsify",
|
|
"doc",
|
|
"documentation",
|
|
"maket",
|
|
"constructor",
|
|
"документация",
|
|
"макет",
|
|
"конструктор"
|
|
],
|
|
"author": {
|
|
"name": "m_ilia",
|
|
"email": "polo-volumes-ounce@duck.com"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"adm-zip": "^0.5.16",
|
|
"minimist": "^1.2.8"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/IliaMiheev/docidoci.git"
|
|
},
|
|
"bugs": "https://github.com/IliaMiheev/docidoci/issues"
|
|
}
|