package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "name": "crowi",
  3. "version": "1.6.0",
  4. "description": "The simple & powerful Wiki",
  5. "tags": [
  6. "wiki",
  7. "communication",
  8. "documentation",
  9. "collaboration"
  10. ],
  11. "author": "Sotaro KARASAWA <sotaro.k@gmail.com>",
  12. "contributors": [
  13. "Keisuke SATO <riaf@me.com> (http://riaf.jp)",
  14. "Shinya Yamaoka <contact@mail.libmacro.com>",
  15. "Norio Suzuki <norio.suzuki@gmail.com>"
  16. ],
  17. "config": {
  18. "blanket": {
  19. "pattern": "./lib/**/*.js"
  20. }
  21. },
  22. "repository": {
  23. "type": "git",
  24. "url": "https://github.com/crowi/crowi.git"
  25. },
  26. "engines": {
  27. "node": "6.x",
  28. "npm": "4.x"
  29. },
  30. "dependencies": {
  31. "async": "~1.5.0",
  32. "aws-sdk": "~2.2.26",
  33. "axios": "0.15.x",
  34. "babel-core": "~6.7.6",
  35. "babel-loader": "~6.2.4",
  36. "babel-preset-es2015": "~6.6.0",
  37. "babel-preset-react": "~6.5.0",
  38. "basic-auth-connect": "~1.0.0",
  39. "body-parser": "~1.14.1",
  40. "bootstrap-sass": "~3.3.6",
  41. "botkit": "~0.1.1",
  42. "cli": "~0.6.0",
  43. "colors": "^1.1.2",
  44. "commander": "~2.9.0",
  45. "connect-flash": "~0.1.1",
  46. "connect-redis": "~2.1.0",
  47. "consolidate": "~0.14.0",
  48. "cookie-parser": "~1.3.4",
  49. "csrf": "~3.0.3",
  50. "debug": "~2.2.0",
  51. "del": "~2.2.0",
  52. "diff": "~3.2.0",
  53. "diff2html": "~2.0.12",
  54. "elasticsearch": "^12.1.3",
  55. "emojify.js": "^1.1.0",
  56. "errorhandler": "~1.3.4",
  57. "express": "~4.14.0",
  58. "express-form": "~0.12.0",
  59. "express-session": "~1.14.0",
  60. "font-awesome": "~4.7.0",
  61. "googleapis": "=12.3.0",
  62. "gulp": "~3.9.0",
  63. "gulp-concat": "~2.6.0",
  64. "gulp-cssmin": "~0.1.7",
  65. "gulp-jshint": "~1.12.0",
  66. "gulp-rename": "~1.2.2",
  67. "gulp-sass": "~3.1.0",
  68. "gulp-spawn-mocha": "~2.2.1",
  69. "gulp-uglify": "~1.4.2",
  70. "gulp-watch": "~4.3.5",
  71. "highlight.js": "~9.9.0",
  72. "i18next": "~4.1.0",
  73. "i18next-express-middleware": "~1.0.2",
  74. "i18next-node-fs-backend": "~0.1.3",
  75. "i18next-sprintf-postprocessor": "~0.2.2",
  76. "inline-attachment": "git+https://github.com/Rovak/InlineAttachment.git#2.0.3",
  77. "jquery": "~2.1.4",
  78. "jquery.cookie": "~1.4.1",
  79. "jshint-stylish": "~2.1.0",
  80. "kerberos": "0.0.22",
  81. "marked": "~0.3.5",
  82. "method-override": "~2.3.1",
  83. "mkdirp": "~0.5.1",
  84. "moment": "~2.13.0",
  85. "mongoose": "4.7.x",
  86. "mongoose-paginate": "5.0.x",
  87. "morgan": "~1.7.0",
  88. "multer": "~1.2.1",
  89. "nodemailer": "~2.7.0",
  90. "nodemailer-ses-transport": "~1.5.0",
  91. "react": "~15.0.1",
  92. "react-dom": "~15.0.1",
  93. "redis": "~2.6.5",
  94. "reveal.js": "~3.2.0",
  95. "socket.io": "~1.3.0",
  96. "socket.io-client": "~1.3.0",
  97. "sprintf": "~0.1.5",
  98. "swig": "~1.4.0",
  99. "vinyl-source-stream": "~1.1.0",
  100. "webpack": "~1.13.0",
  101. "webpack-manifest-plugin": "~1.0.1",
  102. "webpack-stream": "~3.1.0"
  103. },
  104. "devDependencies": {
  105. "chai": "~1.10.0",
  106. "mocha": "~2.2.0",
  107. "proxyquire": "~1.4.0",
  108. "sinon": "~1.14.0",
  109. "sinon-chai": "~2.7.0"
  110. },
  111. "license": "MIT",
  112. "scripts": {
  113. "start": "node app.js",
  114. "test": "gulp test",
  115. "build": "gulp",
  116. "webpack": "webpack",
  117. "postinstall": "gulp"
  118. },
  119. "env": {
  120. "NODE_ENV": "production"
  121. },
  122. "bugs": {
  123. "url": "https://github.com/crowi/crowi/issues"
  124. }
  125. }