bower.json 536 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "arkiwijsboilerplate",
  3. "version": "0.0.1",
  4. "authors": [
  5. "cek<cek@posta.indivia.net>"
  6. ],
  7. "description": "Arkiwi JS Boilerplate",
  8. "main": "app/index.html",
  9. "keywords": [
  10. "Arkiwi, JS, Boilerplate"
  11. ],
  12. "license": "MIT",
  13. "homepage": "arkiwi.org",
  14. "ignore": [
  15. "**/.*",
  16. "node_modules",
  17. "bower_components",
  18. "app/bower_components",
  19. "test",
  20. "tests"
  21. ],
  22. "dependencies": {
  23. "jquery": "*",
  24. "mustache": "~2.1.2",
  25. "bower-parseuri": "~1.2.2",
  26. "bootstrap": "~3.3.5"
  27. }
  28. }