44 lines
947 B
JSON
44 lines
947 B
JSON
{
|
|
"name": "wiki.js",
|
|
"version": "1.0.0",
|
|
"description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
|
|
"main": "install.js",
|
|
"scripts": {
|
|
"test": "exit 1",
|
|
"postinstall": "node install.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Requarks/wiki.git"
|
|
},
|
|
"keywords": [
|
|
"wiki",
|
|
"wikis",
|
|
"wikijs",
|
|
"wiki.js",
|
|
"wiki-js",
|
|
"docs",
|
|
"documentation",
|
|
"markdown",
|
|
"guides"
|
|
],
|
|
"author": "Nicolas Giard",
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/Requarks/wiki/issues"
|
|
},
|
|
"homepage": "https://github.com/Requarks/wiki#readme",
|
|
"dependencies": {
|
|
"bluebird": "~3.5.0",
|
|
"colors": "~1.1.2",
|
|
"execa": "~0.7.0",
|
|
"follow-redirects": "~1.2.4",
|
|
"fs-extra": "~3.0.1",
|
|
"inquirer": "~3.1.1",
|
|
"lodash": "~4.17.4",
|
|
"ora": "~1.3.0",
|
|
"pm2": "~2.5.0",
|
|
"tar": "~3.1.5"
|
|
}
|
|
}
|