package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "crowi",
  3. "version": "1.1.0",
  4. "description": "The simple & powerful Wiki",
  5. "tags": [
  6. "wiki"
  7. ],
  8. "author": "Sotaro KARASAWA <sotaro.k@gmail.com>",
  9. "contributors": [
  10. "Keisuke SATO <riaf@me.com> (http://riaf.jp)"
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/crowi/crowi.git"
  15. },
  16. "engines": {
  17. "node": "0.10.x",
  18. "npm": "1.3.x"
  19. },
  20. "dependencies": {
  21. "async": "~0.9.0",
  22. "aws-sdk": "~2.0.0-rc.19",
  23. "bower": "~1.3.9",
  24. "cli": "~0.6.4",
  25. "connect-flash": "~0.1.1",
  26. "connect-redis": "^2.1.0",
  27. "consolidate": "=0.10.0",
  28. "debug": "^1.0.3",
  29. "express": "=3.4.4",
  30. "express-form": "~0.10.1",
  31. "facebook-node-sdk": "=0.1.10",
  32. "googleapis": "=0.4.7",
  33. "grunt": "~0.4.1",
  34. "grunt-cli": "~0.1.13",
  35. "grunt-contrib-concat": "~0.3.0",
  36. "grunt-contrib-jshint": "^0.10.0",
  37. "grunt-contrib-uglify": "~0.2.2",
  38. "grunt-contrib-watch": "~0.5.3",
  39. "grunt-sass": "~0.14.1",
  40. "jquery.cookie": "~1.4.1",
  41. "marked": "=0.2.9",
  42. "mongoose": "=3.8.14",
  43. "mongoose-paginate": "~3.1.0",
  44. "nodemailer": "~1.2.2",
  45. "nodemailer-ses-transport": "~1.1.0",
  46. "reveal.js": "~2.6.2",
  47. "socket.io": "~0.9.16",
  48. "socket.io-client": "~0.9.16",
  49. "swig": "=1.3.2",
  50. "time": "=0.10.0",
  51. "redis": "~0.12.1",
  52. "express-session": "~1.9.3"
  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/bower/bin/bower cache clean && ./node_modules/bower/bin/bower install && ./node_modules/grunt-cli/bin/grunt"
  64. },
  65. "env": {
  66. "NODE_ENV": "production"
  67. },
  68. "bugs": {
  69. "url": "https://github.com/crowi/crowi/issues"
  70. }
  71. }