package.json 956 Bytes
Newer Older
NGPixel's avatar
NGPixel committed
1 2
{
  "name": "wiki.js",
NGPixel's avatar
NGPixel committed
3
  "version": "1.0.0-beta.9.5",
NGPixel's avatar
NGPixel committed
4 5 6 7
  "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
  "main": "install.js",
  "scripts": {
    "test": "exit 1",
NGPixel's avatar
NGPixel committed
8
    "postinstall": "node install.js"
NGPixel's avatar
NGPixel committed
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
  },
  "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": {
32 33 34 35 36 37
    "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",
NGPixel's avatar
NGPixel committed
38
    "lodash": "^4.17.4",
39 40
    "ora": "^1.2.0",
    "pm2": "^2.4.3",
NGPixel's avatar
NGPixel committed
41 42 43
    "tar": "^2.2.1"
  }
}