package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "name": "crowi",
  3. "version": "1.3.1",
  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. "bower": "~1.7.1",
  37. "cli": "~0.6.0",
  38. "connect-flash": "~0.1.1",
  39. "connect-redis": "~2.1.0",
  40. "consolidate": "~0.11.0",
  41. "cookie-parser": "~1.3.4",
  42. "debug": "~2.2.0",
  43. "errorhandler": "~1.3.4",
  44. "express": "~4.13.3",
  45. "express-form": "~0.12.0",
  46. "express-session": "~1.12.0",
  47. "facebook-node-sdk": "=0.1.10",
  48. "googleapis": "=0.4.7",
  49. "gulp": "~3.9.0",
  50. "gulp-concat": "~2.6.0",
  51. "gulp-cssmin": "~0.1.7",
  52. "gulp-jshint": "~1.12.0",
  53. "gulp-rename": "~1.2.2",
  54. "gulp-sass": "~2.1.0",
  55. "gulp-spawn-mocha": "~2.2.1",
  56. "gulp-uglify": "~1.4.2",
  57. "gulp-watch": "~4.3.5",
  58. "jshint-stylish": "~2.1.0",
  59. "kerberos": "0.0.17",
  60. "method-override": "~2.3.1",
  61. "mongoose": "4.2.5",
  62. "mongoose-paginate": "4.2.0",
  63. "morgan": "~1.5.1",
  64. "multer": "~0.1.8",
  65. "nodemailer": "~1.2.2",
  66. "nodemailer-ses-transport": "~1.1.0",
  67. "redis": "~0.12.1",
  68. "socket.io": "~1.3.0",
  69. "socket.io-client": "~1.3.0",
  70. "swig": "~1.4.0",
  71. "time": "~0.11.0"
  72. },
  73. "devDependencies": {
  74. "chai": "~1.10.0",
  75. "mocha": "~2.2.0",
  76. "proxyquire": "~1.4.0",
  77. "sinon": "~1.14.0",
  78. "sinon-chai": "~2.7.0"
  79. },
  80. "license": "MIT",
  81. "scripts": {
  82. "start": "node app.js",
  83. "test": "gulp test",
  84. "postinstall": "bower cache clean && bower install && gulp"
  85. },
  86. "env": {
  87. "NODE_ENV": "production"
  88. },
  89. "bugs": {
  90. "url": "https://github.com/crowi/crowi/issues"
  91. }
  92. }