bower.json 469 B

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