package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "crowi",
  3. "version": "1.1.0",
  4. "description": "The simple & powerful Wiki",
  5. "tags": [
  6. "wiki"
  7. ],
  8. "author": "Sotaro KARASAWA <sotarok@crocos.co.jp>",
  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": "^1.4.7",
  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. },
  52. "devDependencies": {},
  53. "license": [
  54. {
  55. "type": "MIT",
  56. "url": "http://www.opensource.org/licenses/MIT"
  57. }
  58. ],
  59. "scripts": {
  60. "start": "node app.js",
  61. "postinstall": "./node_modules/bower/bin/bower cache clean && ./node_modules/bower/bin/bower install && ./node_modules/grunt-cli/bin/grunt"
  62. },
  63. "env": {
  64. "NODE_ENV": "production"
  65. },
  66. "bugs": {
  67. "url": "https://github.com/crowi/crowi/issues"
  68. }
  69. }