package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "name": "crowi",
  3. "version": "1.3.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. "Shinya Yamaoka <contact@mail.libmacro.com>",
  15. "Norio Suzuki <norio.suzuki@gmail.com>"
  16. ],
  17. "config": {
  18. "blanket": {
  19. "pattern": "./lib/**/*.js"
  20. }
  21. },
  22. "repository": {
  23. "type": "git",
  24. "url": "https://github.com/crowi/crowi.git"
  25. },
  26. "engines": {
  27. "node": "4.2.x",
  28. "npm": "3.3.x"
  29. },
  30. "dependencies": {
  31. "async": "~1.5.0",
  32. "aws-sdk": "~2.2.26",
  33. "basic-auth-connect": "~1.0.0",
  34. "bluebird": "~3.0.5",
  35. "body-parser": "~1.14.1",
  36. "bower": "~1.7.1",
  37. "cli": "~0.6.0",
  38. "connect-flash": "~0.1.1",
  39. "connect-redis": "~2.1.0",
  40. "consolidate": "~0.11.0",
  41. "cookie-parser": "~1.3.4",
  42. "debug": "~2.2.0",
  43. "errorhandler": "~1.3.4",
  44. "express": "~4.13.3",
  45. "express-form": "~0.12.0",
  46. "express-session": "~1.12.0",
  47. "facebook-node-sdk": "=0.1.10",
  48. "font-awesome": "~4.5.0",
  49. "googleapis": "=0.4.7",
  50. "gulp": "~3.9.0",
  51. "gulp-concat": "~2.6.0",
  52. "gulp-cssmin": "~0.1.7",
  53. "gulp-jshint": "~1.12.0",
  54. "gulp-rename": "~1.2.2",
  55. "gulp-sass": "~2.1.0",
  56. "gulp-spawn-mocha": "~2.2.1",
  57. "gulp-uglify": "~1.4.2",
  58. "gulp-watch": "~4.3.5",
  59. "jshint-stylish": "~2.1.0",
  60. "kerberos": "0.0.17",
  61. "marked": "~0.3.5",
  62. "method-override": "~2.3.1",
  63. "mongoose": "4.2.5",
  64. "mongoose-paginate": "4.2.0",
  65. "morgan": "~1.5.1",
  66. "multer": "~0.1.8",
  67. "nodemailer": "~1.2.2",
  68. "nodemailer-ses-transport": "~1.1.0",
  69. "redis": "~0.12.1",
  70. "socket.io": "~1.3.0",
  71. "socket.io-client": "~1.3.0",
  72. "swig": "~1.4.0",
  73. "time": "~0.11.0"
  74. },
  75. "devDependencies": {
  76. "chai": "~1.10.0",
  77. "mocha": "~2.2.0",
  78. "proxyquire": "~1.4.0",
  79. "sinon": "~1.14.0",
  80. "sinon-chai": "~2.7.0"
  81. },
  82. "license": "MIT",
  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. }