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.

43 lines
955 B

  1. {
  2. "name": "wiki.js",
  3. "version": "1.0.0-beta.10",
  4. "description": "A modern, lightweight and powerful wiki app built on NodeJS, Git and Markdown",
  5. "main": "install.js",
  6. "scripts": {
  7. "test": "exit 1",
  8. "postinstall": "node install.js"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/Requarks/wiki.git"
  13. },
  14. "keywords": [
  15. "wiki",
  16. "wikis",
  17. "wikijs",
  18. "wiki.js",
  19. "wiki-js",
  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. "dependencies": {
  32. "bluebird": "^3.5.0",
  33. "colors": "^1.1.2",
  34. "execa": "^0.6.3",
  35. "follow-redirects": "^1.2.3",
  36. "fs-extra": "^2.1.2",
  37. "inquirer": "^3.0.6",
  38. "lodash": "^4.17.4",
  39. "ora": "^1.2.0",
  40. "pm2": "^2.4.3",
  41. "tar": "^2.2.1"
  42. }
  43. }