package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "name": "crowi",
  3. "version": "1.3.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. ],
  16. "config": {
  17. "blanket": {
  18. "pattern": "./lib/**/*.js"
  19. }
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "https://github.com/crowi/crowi.git"
  24. },
  25. "engines": {
  26. "node": "4.2.x",
  27. "npm": "3.3.x"
  28. },
  29. "dependencies": {
  30. "async": "~0.9.0",
  31. "aws-sdk": "~2.0.0-rc.19",
  32. "basic-auth-connect": "~1.0.0",
  33. "bluebird": "~3.0.5",
  34. "body-parser": "~1.14.1",
  35. "bower": "~1.6.5",
  36. "cli": "~0.6.0",
  37. "connect-flash": "~0.1.1",
  38. "connect-redis": "~2.1.0",
  39. "consolidate": "~0.11.0",
  40. "cookie-parser": "~1.3.4",
  41. "debug": "~2.2.0",
  42. "errorhandler": "~1.3.4",
  43. "express": "~4.13.3",
  44. "express-form": "~0.12.0",
  45. "express-session": "~1.12.0",
  46. "facebook-node-sdk": "=0.1.10",
  47. "googleapis": "=0.4.7",
  48. "kerberos": "0.0.17",
  49. "method-override": "~2.3.1",
  50. "mongoose": "4.2.5",
  51. "mongoose-paginate": "4.2.0",
  52. "morgan": "~1.5.1",
  53. "multer": "~0.1.8",
  54. "nodemailer": "~1.2.2",
  55. "nodemailer-ses-transport": "~1.1.0",
  56. "redis": "~0.12.1",
  57. "socket.io": "~1.3.0",
  58. "socket.io-client": "~1.3.0",
  59. "swig": "~1.4.0",
  60. "time": "~0.11.0"
  61. },
  62. "devDependencies": {
  63. "chai": "~1.10.0",
  64. "mocha": "~2.2.0",
  65. "proxyquire": "~1.4.0",
  66. "sinon": "~1.14.0",
  67. "sinon-chai": "~2.7.0",
  68. "gulp": "~3.9.0",
  69. "gulp-concat": "~2.6.0",
  70. "gulp-cssmin": "~0.1.7",
  71. "gulp-jshint": "~1.12.0",
  72. "gulp-rename": "~1.2.2",
  73. "gulp-sass": "~2.1.0",
  74. "gulp-spawn-mocha": "~2.2.1",
  75. "gulp-uglify": "~1.4.2",
  76. "gulp-watch": "~4.3.5",
  77. "jshint-stylish": "~2.0.1"
  78. },
  79. "license": "MIT",
  80. "scripts": {
  81. "start": "node app.js",
  82. "test": "gulp test",
  83. "postinstall": "bower cache clean && bower install && gulp"
  84. },
  85. "env": {
  86. "NODE_ENV": "production"
  87. },
  88. "bugs": {
  89. "url": "https://github.com/crowi/crowi/issues"
  90. }
  91. }