package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. "bootstrap-sass": "~3.3.6",
  37. "browserify": "~12.0.1",
  38. "cli": "~0.6.0",
  39. "connect-flash": "~0.1.1",
  40. "connect-redis": "~2.1.0",
  41. "consolidate": "~0.11.0",
  42. "cookie-parser": "~1.3.4",
  43. "debug": "~2.2.0",
  44. "errorhandler": "~1.3.4",
  45. "express": "~4.13.3",
  46. "express-form": "~0.12.0",
  47. "express-session": "~1.12.0",
  48. "facebook-node-sdk": "=0.1.10",
  49. "font-awesome": "~4.5.0",
  50. "googleapis": "=0.4.7",
  51. "gulp": "~3.9.0",
  52. "gulp-concat": "~2.6.0",
  53. "gulp-cssmin": "~0.1.7",
  54. "gulp-jshint": "~1.12.0",
  55. "gulp-rename": "~1.2.2",
  56. "gulp-sass": "~2.1.0",
  57. "gulp-spawn-mocha": "~2.2.1",
  58. "gulp-uglify": "~1.4.2",
  59. "gulp-watch": "~4.3.5",
  60. "highlight.js": "~9.0.0",
  61. "inline-attachment": "git+https://github.com/Rovak/InlineAttachment.git#2.0.2",
  62. "jquery": "~2.1.4",
  63. "jquery.cookie": "~1.4.1",
  64. "jshint-stylish": "~2.1.0",
  65. "kerberos": "0.0.17",
  66. "marked": "~0.3.5",
  67. "method-override": "~2.3.1",
  68. "mkdirp": "^0.5.1",
  69. "mongoose": "4.2.5",
  70. "mongoose-paginate": "4.2.0",
  71. "morgan": "~1.5.1",
  72. "multer": "~0.1.8",
  73. "nodemailer": "~1.2.2",
  74. "nodemailer-ses-transport": "~1.1.0",
  75. "redis": "~0.12.1",
  76. "reveal.js": "~3.2.0",
  77. "socket.io": "~1.3.0",
  78. "socket.io-client": "~1.3.0",
  79. "swig": "~1.4.0",
  80. "time": "~0.11.0",
  81. "vinyl-source-stream": "~1.1.0"
  82. },
  83. "devDependencies": {
  84. "chai": "~1.10.0",
  85. "mocha": "~2.2.0",
  86. "proxyquire": "~1.4.0",
  87. "sinon": "~1.14.0",
  88. "sinon-chai": "~2.7.0"
  89. },
  90. "license": "MIT",
  91. "scripts": {
  92. "start": "node app.js",
  93. "test": "gulp test",
  94. "build": "gulp",
  95. "postinstall": "gulp"
  96. },
  97. "env": {
  98. "NODE_ENV": "production"
  99. },
  100. "bugs": {
  101. "url": "https://github.com/crowi/crowi/issues"
  102. }
  103. }