package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "name": "crowi",
  3. "version": "1.1.3",
  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. "bluebird": "^2.9.12",
  33. "body-parser": "~1.12.0",
  34. "bower": "~1.4.0",
  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. "gulp": "~3.8.11",
  48. "gulp-concat": "^2.5.2",
  49. "gulp-cssmin": "^0.1.7",
  50. "gulp-jshint": "~1.10.0",
  51. "gulp-rename": "^1.2.2",
  52. "gulp-sass": "~2.0.4",
  53. "gulp-spawn-mocha": "^2.2.1",
  54. "gulp-uglify": "~1.2.0",
  55. "gulp-watch": "~4.2.4",
  56. "jshint-stylish": "^2.0.0",
  57. "method-override": "~2.3.1",
  58. "mongoose": "~3.8.0",
  59. "mongoose-paginate": "~3.1.0",
  60. "morgan": "~1.5.1",
  61. "multer": "~0.1.8",
  62. "nodemailer": "~1.2.2",
  63. "nodemailer-ses-transport": "~1.1.0",
  64. "redis": "~0.12.1",
  65. "socket.io": "~1.3.0",
  66. "socket.io-client": "~1.3.0",
  67. "swig": "~1.4.0",
  68. "time": "~0.11.0"
  69. },
  70. "devDependencies": {
  71. "chai": "~1.10.0",
  72. "mocha": "~2.2.0",
  73. "proxyquire": "~1.4.0",
  74. "sinon": "~1.14.0",
  75. "sinon-chai": "~2.7.0"
  76. },
  77. "license": [
  78. {
  79. "type": "MIT",
  80. "url": "http://www.opensource.org/licenses/MIT"
  81. }
  82. ],
  83. "scripts": {
  84. "start": "node app.js",
  85. "test": "gulp test",
  86. "postinstall": "bower cache clean && bower install && gulp"
  87. },
  88. "env": {
  89. "NODE_ENV": "production"
  90. },
  91. "bugs": {
  92. "url": "https://github.com/crowi/crowi/issues"
  93. }
  94. }