bower.json 671 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "crowi",
  3. "version": "1.2.0",
  4. "description": "Crocos' Wiki implementation in node.js",
  5. "authors": [
  6. "Sotaro KARASAWA <sotarok@crocos.co.jp>",
  7. "Keisuke SATO <riaf@me.com>"
  8. ],
  9. "keywords": [
  10. "wiki"
  11. ],
  12. "license": "MIT",
  13. "private": true,
  14. "ignore": [
  15. "**/.*",
  16. "node_modules",
  17. "bower_components",
  18. "test",
  19. "tests"
  20. ],
  21. "dependencies": {
  22. "bootstrap-sass-official": "~3.3.1",
  23. "fontawesome": "~4.2.0",
  24. "jquery.cookie": "~1.4.1",
  25. "marked": "~0.3.3",
  26. "reveal.js": "~3.0.0",
  27. "jquery": "~2.1.3",
  28. "highlightjs": "~8.4.0",
  29. "inline-attachment": "~2.0.1",
  30. "jquery-selection": "~1.0.1"
  31. }
  32. }