package.json 2.2 KB

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