wikijs-fork/npm/package.json

44 lines
956 B
JSON
Raw Normal View History

2017-02-14 20:27:08 +00:00
{
"name": "wiki.js",
2017-04-06 00:36:46 +00:00
"version": "1.0.0-beta.9.1",
2017-02-14 20:27:08 +00:00
"description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
"main": "install.js",
"scripts": {
"test": "exit 1",
2017-02-15 01:48:39 +00:00
"postinstall": "node install.js"
2017-02-14 20:27:08 +00:00
},
"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.6.3",
"follow-redirects": "^1.2.3",
"fs-extra": "^2.1.2",
"inquirer": "^3.0.6",
2017-02-14 20:27:08 +00:00
"lodash": "^4.17.4",
"ora": "^1.2.0",
"pm2": "^2.4.3",
2017-02-14 20:27:08 +00:00
"tar": "^2.2.1"
}
}