2
0

package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "name": "crowi",
  3. "version": "1.5.3",
  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": "4.x",
  28. "npm": "3.x"
  29. },
  30. "dependencies": {
  31. "async": "~1.5.0",
  32. "aws-sdk": "~2.2.26",
  33. "axios": "0.13.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. "bluebird": "~3.0.5",
  40. "body-parser": "~1.14.1",
  41. "bootstrap-sass": "~3.3.6",
  42. "botkit": "~0.1.1",
  43. "cli": "~0.6.0",
  44. "colors": "^1.1.2",
  45. "commander": "~2.9.0",
  46. "connect-flash": "~0.1.1",
  47. "connect-redis": "~2.1.0",
  48. "consolidate": "~0.11.0",
  49. "cookie-parser": "~1.3.4",
  50. "csrf": "~3.0.3",
  51. "debug": "~2.2.0",
  52. "del": "~2.2.0",
  53. "diff": "~2.2.2",
  54. "elasticsearch": "~11.0.1",
  55. "emojify.js": "^1.1.0",
  56. "errorhandler": "~1.3.4",
  57. "express": "~4.13.3",
  58. "express-form": "~0.12.0",
  59. "express-session": "~1.12.0",
  60. "font-awesome": "~4.5.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.0.0",
  68. "gulp-spawn-mocha": "~2.2.1",
  69. "gulp-uglify": "~1.4.2",
  70. "gulp-watch": "~4.3.5",
  71. "highlight.js": "~9.0.0",
  72. "inline-attachment": "git+https://github.com/Rovak/InlineAttachment.git#2.0.3",
  73. "jquery": "~2.1.4",
  74. "jquery.cookie": "~1.4.1",
  75. "jshint-stylish": "~2.1.0",
  76. "kerberos": "0.0.17",
  77. "marked": "~0.3.5",
  78. "method-override": "~2.3.1",
  79. "mkdirp": "~0.5.1",
  80. "moment": "~2.13.0",
  81. "mongoose": "4.2.5",
  82. "mongoose-paginate": "4.2.0",
  83. "morgan": "~1.5.1",
  84. "multer": "~0.1.8",
  85. "nodemailer": "~1.2.2",
  86. "nodemailer-ses-transport": "~1.1.0",
  87. "react": "~15.0.1",
  88. "react-dom": "~15.0.1",
  89. "redis": "~0.12.1",
  90. "reveal.js": "~3.2.0",
  91. "socket.io": "~1.3.0",
  92. "socket.io-client": "~1.3.0",
  93. "sprintf": "~0.1.5",
  94. "swig": "~1.4.0",
  95. "time": "~0.11.0",
  96. "vinyl-source-stream": "~1.1.0",
  97. "webpack": "~1.13.0",
  98. "webpack-manifest-plugin": "~1.0.1",
  99. "webpack-stream": "~3.1.0"
  100. },
  101. "devDependencies": {
  102. "chai": "~1.10.0",
  103. "mocha": "~2.2.0",
  104. "proxyquire": "~1.4.0",
  105. "sinon": "~1.14.0",
  106. "sinon-chai": "~2.7.0"
  107. },
  108. "license": "MIT",
  109. "scripts": {
  110. "start": "node app.js",
  111. "test": "gulp test",
  112. "build": "gulp",
  113. "install-plugin": "npm -prefix ./plugin install -- ",
  114. "webpack": "webpack",
  115. "webpack:plugin": "webpack --config webpack.plugin.config.js",
  116. "postinstall": "gulp"
  117. },
  118. "env": {
  119. "NODE_ENV": "production"
  120. },
  121. "bugs": {
  122. "url": "https://github.com/crowi/crowi/issues"
  123. }
  124. }