bower.json 746 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "angular-aside",
  3. "version": "1.1.2",
  4. "homepage": "https://github.com/dbtek/angular-aside",
  5. "author": {
  6. "name": "İsmail Demirbilek",
  7. "email": "ce.demirbilek@gmail.com"
  8. },
  9. "description": "Off canvas side menu to use with ui-bootstrap.",
  10. "main": [
  11. "dist/js/angular-aside.js",
  12. "dist/css/angular-aside.css"
  13. ],
  14. "keywords": [
  15. "aside",
  16. "off",
  17. "canvas",
  18. "menu",
  19. "ui",
  20. "bootstrap"
  21. ],
  22. "license": "MIT",
  23. "ignore": [
  24. "**/.*",
  25. "node_modules",
  26. "bower_components",
  27. "test",
  28. "tests",
  29. "Gruntfile.js",
  30. "karma.conf.js",
  31. "package.json"
  32. ],
  33. "dependencies": {
  34. "angular-bootstrap": "~0.12.0"
  35. },
  36. "devDependencies": {
  37. "angular-mocks": "~1.2.27"
  38. }
  39. }