package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/crowi/crowi.git"
  18. },
  19. "engines": {
  20. "node": "0.10.x",
  21. "npm": "2.4.x"
  22. },
  23. "dependencies": {
  24. "async": "~0.9.0",
  25. "aws-sdk": "~2.0.0-rc.19",
  26. "bower": "~1.3.12",
  27. "cli": "~0.6.4",
  28. "connect-flash": "~0.1.1",
  29. "connect-redis": "^2.1.0",
  30. "consolidate": "=0.10.0",
  31. "debug": "^1.0.3",
  32. "express": "=3.4.4",
  33. "express-form": "~0.10.1",
  34. "express-session": "~1.9.3",
  35. "facebook-node-sdk": "=0.1.10",
  36. "googleapis": "=0.4.7",
  37. "grunt": "~0.4.1",
  38. "grunt-cli": "~0.1.13",
  39. "grunt-contrib-concat": "~0.5.0",
  40. "grunt-contrib-jshint": "^0.10.0",
  41. "grunt-contrib-uglify": "~0.2.2",
  42. "grunt-contrib-watch": "~0.5.3",
  43. "grunt-sass": "~0.14.1",
  44. "mongoose": "=3.8.14",
  45. "mongoose-paginate": "~3.1.0",
  46. "nodemailer": "~1.2.2",
  47. "nodemailer-ses-transport": "~1.1.0",
  48. "redis": "~0.12.1",
  49. "socket.io": "~0.9.16",
  50. "socket.io-client": "~0.9.16",
  51. "swig": "=1.3.2",
  52. "time": "=0.10.0"
  53. },
  54. "devDependencies": {},
  55. "license": [
  56. {
  57. "type": "MIT",
  58. "url": "http://www.opensource.org/licenses/MIT"
  59. }
  60. ],
  61. "scripts": {
  62. "start": "node app.js",
  63. "postinstall": "./node_modules/.bin/bower cache clean && ./node_modules/.bin/bower install && ./node_modules/.bin/grunt"
  64. },
  65. "env": {
  66. "NODE_ENV": "production"
  67. },
  68. "bugs": {
  69. "url": "https://github.com/crowi/crowi/issues"
  70. }
  71. }