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.

174 lines
4.4 KiB

8 years ago
  1. {
  2. "name": "wiki",
  3. "version": "1.0.0",
  4. "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
  5. "main": "server.js",
  6. "scripts": {
  7. "start": "node server",
  8. "dev": "gulp dev",
  9. "test": "snyk test && standard && pug-lint ./views",
  10. "snyk-protect": "snyk protect",
  11. "__prepublish": "npm run snyk-protect"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/Requarks/wiki.git"
  16. },
  17. "keywords": [
  18. "wiki",
  19. "wikis",
  20. "docs",
  21. "documentation",
  22. "markdown",
  23. "guides"
  24. ],
  25. "author": "Nicolas Giard",
  26. "license": "AGPL-3.0",
  27. "bugs": {
  28. "url": "https://github.com/Requarks/wiki/issues"
  29. },
  30. "homepage": "https://github.com/Requarks/wiki#readme",
  31. "engines": {
  32. "node": ">=4.6"
  33. },
  34. "dependencies": {
  35. "auto-load": "^2.1.0",
  36. "axios": "^0.15.3",
  37. "bcryptjs-then": "^1.0.1",
  38. "bluebird": "^3.4.7",
  39. "body-parser": "^1.15.2",
  40. "cheerio": "^0.22.0",
  41. "child-process-promise": "^2.2.0",
  42. "chokidar": "^1.6.0",
  43. "compression": "^1.6.2",
  44. "connect-flash": "^0.1.1",
  45. "connect-mongo": "^1.3.2",
  46. "cookie-parser": "^1.4.3",
  47. "cron": "^1.2.1",
  48. "express": "^4.14.0",
  49. "express-brute": "^1.0.0",
  50. "express-brute-mongoose": "0.0.7",
  51. "express-session": "^1.14.2",
  52. "farmhash": "^1.2.1",
  53. "file-type": "^4.0.0",
  54. "filesize.js": "^1.0.2",
  55. "follow-redirects": "^1.2.1",
  56. "fs-extra": "^2.0.0",
  57. "git-wrapper2-promise": "^0.2.9",
  58. "highlight.js": "^9.9.0",
  59. "i18next": "^7.0.0",
  60. "i18next-express-middleware": "^1.0.2",
  61. "i18next-node-fs-backend": "^0.1.3",
  62. "js-yaml": "^3.8.1",
  63. "klaw": "^1.3.1",
  64. "lodash": "^4.17.3",
  65. "markdown-it": "^8.2.2",
  66. "markdown-it-abbr": "^1.0.4",
  67. "markdown-it-anchor": "^3.0.0",
  68. "markdown-it-attrs": "^0.8.0",
  69. "markdown-it-emoji": "^1.3.0",
  70. "markdown-it-expand-tabs": "^1.0.11",
  71. "markdown-it-external-links": "0.0.6",
  72. "markdown-it-footnote": "^3.0.1",
  73. "markdown-it-task-lists": "^1.4.1",
  74. "mime-types": "^2.1.13",
  75. "moment": "^2.17.1",
  76. "moment-timezone": "^0.5.11",
  77. "mongoose": "^4.8.1",
  78. "multer": "^1.2.1",
  79. "passport": "^0.3.2",
  80. "passport-facebook": "^2.1.1",
  81. "passport-google-oauth20": "^1.0.0",
  82. "passport-local": "^1.0.0",
  83. "passport-windowslive": "^1.0.2",
  84. "passport.socketio": "^3.7.0",
  85. "pm2": "^2.4.0",
  86. "pug": "^2.0.0-beta11",
  87. "read-chunk": "^2.0.0",
  88. "remove-markdown": "^0.1.0",
  89. "requarks-core": "^0.2.1",
  90. "request": "^2.79.0",
  91. "search-index": "^0.9.9",
  92. "serve-favicon": "^2.3.2",
  93. "sharp": "^0.17.1",
  94. "simplemde": "^1.11.2",
  95. "socket.io": "^1.7.2",
  96. "sticky-js": "^1.0.7",
  97. "stopword": "^0.1.1",
  98. "stream-to-promise": "^2.2.0",
  99. "tar": "^2.2.1",
  100. "through2": "^2.0.3",
  101. "validator": "^6.2.0",
  102. "validator-as-promised": "^1.0.2",
  103. "winston": "^2.3.0"
  104. },
  105. "devDependencies": {
  106. "ace-builds": "^1.2.5",
  107. "babel-preset-es2015": "^6.16.0",
  108. "chai": "^3.5.0",
  109. "chai-as-promised": "^6.0.0",
  110. "codacy-coverage": "^2.0.0",
  111. "eslint": "^3.15.0",
  112. "eslint-plugin-promise": "^3.4.1",
  113. "eslint-plugin-standard": "^2.0.1",
  114. "gulp": "^3.9.1",
  115. "gulp-babel": "^6.1.2",
  116. "gulp-clean-css": "^3.0.0",
  117. "gulp-concat": "^2.6.1",
  118. "gulp-gzip": "^1.4.0",
  119. "gulp-include": "^2.3.1",
  120. "gulp-nodemon": "^2.2.1",
  121. "gulp-plumber": "^1.1.0",
  122. "gulp-sass": "^3.0.0",
  123. "gulp-tar": "^1.9.0",
  124. "gulp-uglify": "^2.0.0",
  125. "gulp-watch": "^4.3.11",
  126. "gulp-zip": "^4.0.0",
  127. "istanbul": "^0.4.5",
  128. "jquery": "^3.1.1",
  129. "jquery-contextmenu": "^2.4.1",
  130. "jquery-simple-upload": "^1.0.0",
  131. "jquery-smooth-scroll": "^2.0.0",
  132. "merge-stream": "^1.0.1",
  133. "mocha": "^3.2.0",
  134. "mocha-lcov-reporter": "^1.2.0",
  135. "nodemon": "^1.11.0",
  136. "pug-lint": "^2.4.0",
  137. "run-sequence": "^1.2.2",
  138. "snyk": "^1.24.6",
  139. "standard": "*",
  140. "sticky-js": "^1.1.9",
  141. "twemoji-awesome": "^1.0.4",
  142. "vue": "^2.1.10"
  143. },
  144. "standard": {
  145. "globals": [
  146. "app",
  147. "appconfig",
  148. "appdata",
  149. "db",
  150. "entries",
  151. "git",
  152. "mark",
  153. "lang",
  154. "lcdata",
  155. "rights",
  156. "search",
  157. "upl",
  158. "winston",
  159. "ws",
  160. "Mongoose",
  161. "CORE_PATH",
  162. "ROOTPATH",
  163. "IS_DEBUG",
  164. "PROCNAME"
  165. ],
  166. "ignore": [
  167. "assets/**/*",
  168. "data/**/*",
  169. "node_modules/**/*",
  170. "repo/**/*"
  171. ]
  172. },
  173. "snyk": true
  174. }