package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "name": "crowi",
  3. "version": "1.1.2",
  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. "basic-auth-connect": "~1.0.0",
  32. "body-parser": "~1.12.0",
  33. "bower": "~1.4.0",
  34. "cli": "~0.6.0",
  35. "connect-flash": "~0.1.1",
  36. "connect-redis": "~2.1.0",
  37. "consolidate": "~0.11.0",
  38. "cookie-parser": "~1.3.4",
  39. "debug": "~2.1.0",
  40. "errorhandler": "~1.3.4",
  41. "express": "~4.12.0",
  42. "express-form": "~0.12.0",
  43. "express-session": "~1.10.0",
  44. "facebook-node-sdk": "=0.1.10",
  45. "googleapis": "=0.4.7",
  46. "grunt": "~0.4.5",
  47. "grunt-cli": "~0.1.13",
  48. "grunt-contrib-concat": "~0.5.0",
  49. "grunt-contrib-jshint": "~0.11.0",
  50. "grunt-contrib-uglify": "~0.8.0",
  51. "grunt-contrib-watch": "~0.6.1",
  52. "grunt-mocha-test": "~0.12.7",
  53. "grunt-sass": "~0.18.0",
  54. "method-override": "~2.3.1",
  55. "mongoose": "~3.8.0",
  56. "mongoose-paginate": "~3.1.0",
  57. "morgan": "~1.5.1",
  58. "multer": "~0.1.8",
  59. "nodemailer": "~1.2.2",
  60. "nodemailer-ses-transport": "~1.1.0",
  61. "redis": "~0.12.1",
  62. "socket.io": "~1.3.0",
  63. "socket.io-client": "~1.3.0",
  64. "swig": "~1.4.0",
  65. "time": "~0.11.0"
  66. },
  67. "devDependencies": {
  68. "chai": "~1.10.0",
  69. "mocha": "~2.2.0",
  70. "proxyquire": "~1.4.0",
  71. "sinon": "~1.14.0",
  72. "sinon-chai": "~2.7.0"
  73. },
  74. "license": [
  75. {
  76. "type": "MIT",
  77. "url": "http://www.opensource.org/licenses/MIT"
  78. }
  79. ],
  80. "scripts": {
  81. "start": "node app.js",
  82. "test": "grunt test",
  83. "postinstall": "bower cache clean && bower install && grunt"
  84. },
  85. "env": {
  86. "NODE_ENV": "production"
  87. },
  88. "bugs": {
  89. "url": "https://github.com/crowi/crowi/issues"
  90. }
  91. }