bower.json 534 B

123456789101112131415161718192021222324252627
  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. "reveal.js": "~3.0.0",
  24. "inline-attachment": "~2.0.1",
  25. "jquery-selection": "~1.0.1"
  26. }
  27. }