package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "name": "crowi",
  3. "version": "1.1.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. ],
  15. "config": {
  16. "blanket": {
  17. "pattern": "./lib/**/*.js"
  18. }
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/crowi/crowi.git"
  23. },
  24. "engines": {
  25. "node": "0.10.x",
  26. "npm": "2.4.x"
  27. },
  28. "dependencies": {
  29. "async": "~0.9.0",
  30. "aws-sdk": "~2.0.0-rc.19",
  31. "body-parser": "^1.12.0",
  32. "bower": "~1.3.12",
  33. "cli": "~0.6.0",
  34. "connect-flash": "^0.1.1",
  35. "connect-redis": "^2.1.0",
  36. "consolidate": "^0.11.0",
  37. "cookie-parser": "^1.3.4",
  38. "debug": "~2.1.0",
  39. "errorhandler": "^1.3.4",
  40. "express": "^4.12.0",
  41. "express-form": "^0.12.0",
  42. "express-session": "^1.10.0",
  43. "facebook-node-sdk": "=0.1.10",
  44. "googleapis": "=0.4.7",
  45. "grunt": "~0.4.5",
  46. "grunt-cli": "~0.1.13",
  47. "grunt-contrib-concat": "~0.5.0",
  48. "grunt-contrib-jshint": "^0.10.0",
  49. "grunt-contrib-uglify": "~0.2.2",
  50. "grunt-contrib-watch": "~0.5.3",
  51. "grunt-mocha-test": "^0.12.7",
  52. "grunt-sass": "~0.18.0",
  53. "method-override": "^2.3.1",
  54. "mongoose": "^3.8.0",
  55. "mongoose-paginate": "^3.1.0",
  56. "morgan": "^1.5.1",
  57. "multer": "^0.1.8",
  58. "nodemailer": "~1.2.2",
  59. "nodemailer-ses-transport": "~1.1.0",
  60. "redis": "~0.12.1",
  61. "socket.io": "^1.3.0",
  62. "socket.io-client": "^1.3.0",
  63. "swig": "^1.4.0",
  64. "time": "^0.11.0"
  65. },
  66. "devDependencies": {
  67. "chai": "^1.10.0",
  68. "mocha": "^2.1.0",
  69. "proxyquire": "^1.3.0",
  70. "sinon": "^1.12.2",
  71. "sinon-chai": "^2.7.0"
  72. },
  73. "license": [
  74. {
  75. "type": "MIT",
  76. "url": "http://www.opensource.org/licenses/MIT"
  77. }
  78. ],
  79. "scripts": {
  80. "start": "node app.js",
  81. "test": "grunt test",
  82. "postinstall": "bower cache clean && bower install && grunt"
  83. },
  84. "env": {
  85. "NODE_ENV": "production"
  86. },
  87. "bugs": {
  88. "url": "https://github.com/crowi/crowi/issues"
  89. }
  90. }