package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "name": "crowi",
  3. "version": "1.6.2",
  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-cli": "~6.24.1",
  35. "babel-core": "~6.24.1",
  36. "babel-loader": "~7.0.0",
  37. "babel-polyfill": "~6.23.0",
  38. "babel-preset-env": "~1.4.0",
  39. "babel-preset-es2015": "~6.24.1",
  40. "babel-preset-react": "~6.24.1",
  41. "basic-auth-connect": "~1.0.0",
  42. "body-parser": "~1.14.1",
  43. "bootstrap-sass": "~3.3.6",
  44. "botkit": "~0.1.1",
  45. "cli": "~0.6.0",
  46. "colors": "^1.1.2",
  47. "commander": "~2.9.0",
  48. "connect-flash": "~0.1.1",
  49. "connect-redis": "~2.1.0",
  50. "consolidate": "~0.14.0",
  51. "cookie-parser": "~1.3.4",
  52. "csrf": "~3.0.3",
  53. "debug": "~2.2.0",
  54. "del": "~2.2.0",
  55. "diff": "~3.2.0",
  56. "diff2html": "~2.0.12",
  57. "elasticsearch": "^12.1.3",
  58. "emojify.js": "^1.1.0",
  59. "errorhandler": "~1.3.4",
  60. "express": "~4.15.2",
  61. "express-form": "~0.12.0",
  62. "express-session": "~1.14.0",
  63. "font-awesome": "~4.7.0",
  64. "googleapis": "=12.3.0",
  65. "gulp": "~3.9.0",
  66. "gulp-concat": "~2.6.0",
  67. "gulp-cssmin": "~0.1.7",
  68. "gulp-jshint": "~1.12.0",
  69. "gulp-rename": "~1.2.2",
  70. "gulp-sass": "~3.1.0",
  71. "gulp-spawn-mocha": "~2.2.1",
  72. "gulp-uglify": "~1.4.2",
  73. "gulp-watch": "~4.3.5",
  74. "highlight.js": "~9.9.0",
  75. "i18next": "~4.1.0",
  76. "i18next-express-middleware": "~1.0.2",
  77. "i18next-node-fs-backend": "~0.1.3",
  78. "i18next-sprintf-postprocessor": "~0.2.2",
  79. "inline-attachment": "~2.0.3",
  80. "jquery": "~2.1.4",
  81. "jquery.cookie": "~1.4.1",
  82. "jshint-stylish": "~2.1.0",
  83. "kerberos": "0.0.22",
  84. "marked": "~0.3.5",
  85. "method-override": "~2.3.1",
  86. "mkdirp": "~0.5.1",
  87. "moment": "~2.13.0",
  88. "mongoose": "4.7.x",
  89. "mongoose-paginate": "5.0.x",
  90. "morgan": "~1.7.0",
  91. "multer": "~1.2.1",
  92. "nodemailer": "~2.7.0",
  93. "nodemailer-ses-transport": "~1.5.0",
  94. "plantuml-encoder": "~1.2.4",
  95. "react": "~15.5.0",
  96. "react-bootstrap": "~0.30.10",
  97. "react-dom": "~15.5.0",
  98. "redis": "~2.6.5",
  99. "reveal.js": "~3.2.0",
  100. "socket.io": "~1.3.0",
  101. "socket.io-client": "~1.3.0",
  102. "sprintf": "~0.1.5",
  103. "swig": "~1.4.0",
  104. "vinyl-source-stream": "~1.1.0",
  105. "webpack": "~2.2.0",
  106. "webpack-manifest-plugin": "~1.1.0",
  107. "webpack-stream": "~3.2.0"
  108. },
  109. "devDependencies": {
  110. "chai": "~1.10.0",
  111. "mocha": "~2.2.0",
  112. "proxyquire": "~1.4.0",
  113. "sinon": "~1.14.0",
  114. "sinon-chai": "~2.7.0"
  115. },
  116. "license": "MIT",
  117. "scripts": {
  118. "start": "node app.js",
  119. "test": "gulp test",
  120. "build": "gulp",
  121. "webpack": "webpack",
  122. "postinstall": "gulp"
  123. },
  124. "env": {
  125. "NODE_ENV": "production"
  126. },
  127. "bugs": {
  128. "url": "https://github.com/crowi/crowi/issues"
  129. }
  130. }