You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

176 lines
4.8 KiB

  1. {
  2. "name": "wiki",
  3. "version": "1.0.5",
  4. "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
  5. "main": "wiki.js",
  6. "scripts": {
  7. "start": "node wiki start",
  8. "stop": "node wiki stop",
  9. "restart": "node wiki restart",
  10. "build": "node tools/fuse",
  11. "dev": "node tools/fuse -d",
  12. "dev-configure": "node tools/fuse -c",
  13. "test": "jest"
  14. },
  15. "bin": {
  16. "wiki": "wiki.js"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git+https://github.com/Requarks/wiki.git"
  21. },
  22. "keywords": [
  23. "wiki",
  24. "wikis",
  25. "docs",
  26. "documentation",
  27. "markdown",
  28. "guides"
  29. ],
  30. "author": "Nicolas Giard",
  31. "license": "AGPL-3.0",
  32. "bugs": {
  33. "url": "https://github.com/Requarks/wiki/issues"
  34. },
  35. "homepage": "https://github.com/Requarks/wiki#readme",
  36. "engines": {
  37. "node": ">=6.11.1"
  38. },
  39. "dependencies": {
  40. "auto-load": "~3.0.0",
  41. "axios": "~0.16.2",
  42. "bcryptjs-then": "~1.0.1",
  43. "bluebird": "~3.5.0",
  44. "body-parser": "~1.17.2",
  45. "bunyan": "~1.8.10",
  46. "cheerio": "~1.0.0-rc.2",
  47. "child-process-promise": "~2.2.1",
  48. "chokidar": "~1.7.0",
  49. "compression": "~1.7.0",
  50. "connect-flash": "~0.1.1",
  51. "connect-mongo": "~1.3.2",
  52. "cookie-parser": "~1.4.3",
  53. "cron": "~1.2.1",
  54. "diff2html": "~2.3.0",
  55. "execa": "~0.7.0",
  56. "express": "~4.15.3",
  57. "express-brute": "1.0.1",
  58. "express-brute-mongoose": "~0.0.9",
  59. "express-session": "~1.15.3",
  60. "file-type": "~5.2.0",
  61. "filesize.js": "~1.0.2",
  62. "follow-redirects": "~1.2.4",
  63. "fs-extra": "~4.0.0",
  64. "git-wrapper2-promise": "~0.2.9",
  65. "highlight.js": "~9.12.0",
  66. "i18next": "~8.4.3",
  67. "i18next-express-middleware": "~1.0.5",
  68. "i18next-node-fs-backend": "~1.0.0",
  69. "image-size": "~0.6.0",
  70. "jimp": "~0.2.28",
  71. "js-yaml": "~3.9.0",
  72. "jsonwebtoken": "~7.4.1",
  73. "klaw": "~2.0.0",
  74. "levelup": "~1.3.8",
  75. "lodash": "~4.17.4",
  76. "markdown-it": "~8.3.1",
  77. "markdown-it-abbr": "~1.0.4",
  78. "markdown-it-anchor": "~4.0.0",
  79. "markdown-it-attrs": "~0.9.0",
  80. "markdown-it-emoji": "~1.4.0",
  81. "markdown-it-expand-tabs": "~1.0.12",
  82. "markdown-it-external-links": "0.0.6",
  83. "markdown-it-footnote": "~3.0.1",
  84. "markdown-it-mathjax": "~2.0.0",
  85. "markdown-it-task-lists": "~2.0.1",
  86. "mathjax-node": "~1.1.0",
  87. "memdown": "~1.2.4",
  88. "mime-types": "~2.1.15",
  89. "moment": "~2.18.1",
  90. "moment-timezone": "~0.5.13",
  91. "mongodb": "~2.2.30",
  92. "mongoose": "~4.11.1",
  93. "multer": "~1.3.0",
  94. "node-2fa": "~1.1.2",
  95. "node-graceful": "~0.2.3",
  96. "ora": "~1.3.0",
  97. "passport": "~0.3.2",
  98. "passport-azure-ad-oauth2": "0.0.4",
  99. "passport-facebook": "~2.1.1",
  100. "passport-github2": "~0.1.10",
  101. "passport-google-oauth20": "~1.0.0",
  102. "passport-ldapauth": "~2.0.0",
  103. "passport-local": "~1.0.0",
  104. "passport-slack": "0.0.7",
  105. "passport-windowslive": "~1.0.2",
  106. "passport.socketio": "~3.7.0",
  107. "pm2": "~2.6.1",
  108. "pug": "~2.0.0-rc.2",
  109. "read-chunk": "~2.0.0",
  110. "remove-markdown": "~0.2.0",
  111. "request": "~2.81.0",
  112. "search-index-adder": "~0.3.9",
  113. "search-index-searcher": "~0.2.10",
  114. "semver": "~5.3.0",
  115. "serve-favicon": "~2.4.3",
  116. "simplemde": "~1.11.2",
  117. "socket.io": "~2.0.2",
  118. "stopword": "~0.1.6",
  119. "stream-to-promise": "~2.2.0",
  120. "tar": "~3.1.5",
  121. "through2": "~2.0.3",
  122. "validator": "~8.0.0",
  123. "validator-as-promised": "~1.0.2",
  124. "winston": "~2.3.1",
  125. "yargs": "~8.0.1"
  126. },
  127. "devDependencies": {
  128. "@glimpse/glimpse": "~0.22.13",
  129. "@panter/vue-i18next": "~0.5.0",
  130. "babel-cli": "~6.24.1",
  131. "babel-jest": "~20.0.3",
  132. "babel-plugin-transform-object-assign": "~6.22.0",
  133. "babel-preset-es2015": "~6.24.1",
  134. "brace": "~0.10.0",
  135. "colors": "~1.1.2",
  136. "consolidate": "~0.14.5",
  137. "eslint": "~4.3.0",
  138. "eslint-config-standard": "~10.2.1",
  139. "eslint-plugin-import": "~2.7.0",
  140. "eslint-plugin-node": "~5.1.0",
  141. "eslint-plugin-promise": "~3.5.0",
  142. "eslint-plugin-standard": "~3.0.1",
  143. "fuse-box": "~2.2.1",
  144. "i18next-xhr-backend": "~1.4.2",
  145. "jest": "~20.0.4",
  146. "jquery": "~3.2.1",
  147. "jquery-contextmenu": "~2.5.0",
  148. "jquery-simple-upload": "~1.0.0",
  149. "jquery-smooth-scroll": "~2.2.0",
  150. "jquery-sticky": "~1.0.4",
  151. "lodash-cli": "~4.17.4",
  152. "lodash-es": "~4.17.4",
  153. "node-sass": "~4.5.3",
  154. "nodemon": "~1.11.0",
  155. "pug-lint": "~2.4.0",
  156. "twemoji-awesome": "~1.0.6",
  157. "typescript": "~2.4.1",
  158. "uglify-es": "~3.0.24",
  159. "vee-validate": "~2.0.0-rc.6",
  160. "vue": "~2.4.2",
  161. "vue-clipboards": "~1.0.2",
  162. "vue-lodash": "~1.0.3",
  163. "vue-resource": "~1.3.4",
  164. "vue-template-compiler": "~2.4.2",
  165. "vue-template-es2015-compiler": "~1.5.3",
  166. "vuex": "~2.3.1"
  167. },
  168. "jest": {
  169. "collectCoverage": false,
  170. "testMatch": [
  171. "**/test/**/*.js?(x)",
  172. "**/?(*.)(spec|test).js?(x)"
  173. ],
  174. "verbose": true
  175. }
  176. }