package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "name": "crowi",
  3. "version": "1.2.0",
  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. ],
  16. "config": {
  17. "blanket": {
  18. "pattern": "./lib/**/*.js"
  19. }
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "https://github.com/crowi/crowi.git"
  24. },
  25. "engines": {
  26. "node": "0.10.x",
  27. "npm": "2.4.x"
  28. },
  29. "dependencies": {
  30. "async": "~0.9.0",
  31. "aws-sdk": "~2.0.0-rc.19",
  32. "basic-auth-connect": "~1.0.0",
  33. "bluebird": "^2.9.12",
  34. "body-parser": "~1.12.0",
  35. "bower": "~1.4.0",
  36. "cli": "~0.6.0",
  37. "connect-flash": "~0.1.1",
  38. "connect-redis": "~2.1.0",
  39. "consolidate": "~0.11.0",
  40. "cookie-parser": "~1.3.4",
  41. "debug": "~2.1.0",
  42. "errorhandler": "~1.3.4",
  43. "express": "~4.12.0",
  44. "express-form": "~0.12.0",
  45. "express-session": "~1.10.0",
  46. "facebook-node-sdk": "=0.1.10",
  47. "googleapis": "=0.4.7",
  48. "gulp": "~3.8.11",
  49. "gulp-concat": "^2.5.2",
  50. "gulp-cssmin": "^0.1.7",
  51. "gulp-jshint": "~1.10.0",
  52. "gulp-rename": "^1.2.2",
  53. "gulp-sass": "~2.0.4",
  54. "gulp-spawn-mocha": "^2.2.1",
  55. "gulp-uglify": "~1.2.0",
  56. "gulp-watch": "~4.2.4",
  57. "jshint-stylish": "^2.0.0",
  58. "method-override": "~2.3.1",
  59. "mongoose": "~3.8.0",
  60. "mongoose-paginate": "=3.1.3",
  61. "morgan": "~1.5.1",
  62. "multer": "~0.1.8",
  63. "nodemailer": "~1.2.2",
  64. "nodemailer-ses-transport": "~1.1.0",
  65. "redis": "~0.12.1",
  66. "socket.io": "~1.3.0",
  67. "socket.io-client": "~1.3.0",
  68. "swig": "~1.4.0",
  69. "time": "~0.11.0"
  70. },
  71. "devDependencies": {
  72. "chai": "~1.10.0",
  73. "mocha": "~2.2.0",
  74. "proxyquire": "~1.4.0",
  75. "sinon": "~1.14.0",
  76. "sinon-chai": "~2.7.0"
  77. },
  78. "license": [
  79. {
  80. "type": "MIT",
  81. "url": "http://www.opensource.org/licenses/MIT"
  82. }
  83. ],
  84. "scripts": {
  85. "start": "node app.js",
  86. "test": "gulp test",
  87. "postinstall": "bower cache clean && bower install && gulp"
  88. },
  89. "env": {
  90. "NODE_ENV": "production"
  91. },
  92. "bugs": {
  93. "url": "https://github.com/crowi/crowi/issues"
  94. }
  95. }