package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "name": "crowi",
  3. "version": "1.4.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": "4.2.x",
  28. "npm": "3.3.x"
  29. },
  30. "dependencies": {
  31. "async": "~1.5.0",
  32. "aws-sdk": "~2.2.26",
  33. "basic-auth-connect": "~1.0.0",
  34. "bluebird": "~3.0.5",
  35. "body-parser": "~1.14.1",
  36. "bootstrap-sass": "~3.3.6",
  37. "botkit": "~0.1.1",
  38. "browserify": "~12.0.1",
  39. "cli": "~0.6.0",
  40. "connect-flash": "~0.1.1",
  41. "connect-redis": "~2.1.0",
  42. "consolidate": "~0.11.0",
  43. "cookie-parser": "~1.3.4",
  44. "debug": "~2.2.0",
  45. "diff": "^2.2.2",
  46. "errorhandler": "~1.3.4",
  47. "express": "~4.13.3",
  48. "express-form": "~0.12.0",
  49. "express-session": "~1.12.0",
  50. "facebook-node-sdk": "=0.1.10",
  51. "font-awesome": "~4.5.0",
  52. "googleapis": "=0.4.7",
  53. "gulp": "~3.9.0",
  54. "gulp-concat": "~2.6.0",
  55. "gulp-cssmin": "~0.1.7",
  56. "gulp-jshint": "~1.12.0",
  57. "gulp-rename": "~1.2.2",
  58. "gulp-sass": "~2.1.0",
  59. "gulp-spawn-mocha": "~2.2.1",
  60. "gulp-uglify": "~1.4.2",
  61. "gulp-watch": "~4.3.5",
  62. "highlight.js": "~9.0.0",
  63. "inline-attachment": "git+https://github.com/Rovak/InlineAttachment.git#2.0.2",
  64. "jquery": "~2.1.4",
  65. "jquery.cookie": "~1.4.1",
  66. "jshint-stylish": "~2.1.0",
  67. "kerberos": "0.0.17",
  68. "marked": "~0.3.5",
  69. "method-override": "~2.3.1",
  70. "mkdirp": "^0.5.1",
  71. "mongoose": "4.2.5",
  72. "mongoose-paginate": "4.2.0",
  73. "morgan": "~1.5.1",
  74. "multer": "~0.1.8",
  75. "nodemailer": "~1.2.2",
  76. "nodemailer-ses-transport": "~1.1.0",
  77. "redis": "~0.12.1",
  78. "reveal.js": "~3.2.0",
  79. "socket.io": "~1.3.0",
  80. "socket.io-client": "~1.3.0",
  81. "sprintf": "~0.1.5",
  82. "swig": "~1.4.0",
  83. "time": "~0.11.0",
  84. "vinyl-source-stream": "~1.1.0"
  85. },
  86. "devDependencies": {
  87. "chai": "~1.10.0",
  88. "mocha": "~2.2.0",
  89. "proxyquire": "~1.4.0",
  90. "sinon": "~1.14.0",
  91. "sinon-chai": "~2.7.0"
  92. },
  93. "license": "MIT",
  94. "scripts": {
  95. "start": "node app.js",
  96. "test": "gulp test",
  97. "build": "gulp",
  98. "postinstall": "gulp"
  99. },
  100. "env": {
  101. "NODE_ENV": "production"
  102. },
  103. "bugs": {
  104. "url": "https://github.com/crowi/crowi/issues"
  105. }
  106. }