package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "crowi",
  3. "version": "1.0.3",
  4. "description": "Crowi - The Simple & Powerful Communication Tool Based on 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.1.18",
  22. "aws-sdk": "~2.0.0-rc.19",
  23. "config": "=0.4.9",
  24. "connect-flash": "~0.1.1",
  25. "consolidate": "=0.10.0",
  26. "debug": "^1.0.3",
  27. "express": "=3.4.4",
  28. "express-form": "~0.10.1",
  29. "facebook-node-sdk": "=0.1.10",
  30. "googleapis": "=0.4.7",
  31. "jquery.cookie": "~1.4.1",
  32. "marked": "=0.2.9",
  33. "mongoose": "=3.8.14",
  34. "socket.io": "~0.9.16",
  35. "socket.io-client": "~0.9.16",
  36. "swig": "=1.3.2",
  37. "time": "=0.10.0",
  38. "mongoose-paginate": "~3.1.0"
  39. },
  40. "devDependencies": {
  41. "grunt": "~0.4.1",
  42. "grunt-contrib-concat": "~0.3.0",
  43. "grunt-contrib-jshint": "^0.10.0",
  44. "grunt-contrib-uglify": "~0.2.2",
  45. "grunt-contrib-watch": "~0.5.3",
  46. "grunt-sass": "~0.13.1",
  47. "reveal.js": "~2.6.2"
  48. },
  49. "license": [
  50. {
  51. "type": "MIT",
  52. "url": "http://www.opensource.org/licenses/MIT"
  53. }
  54. ],
  55. "scripts": {
  56. "test": "//"
  57. },
  58. "bugs": {
  59. "url": "https://github.com/crowi/crowi/issues"
  60. }
  61. }