.bower.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "angular-timeline",
  3. "version": "1.7.0",
  4. "license": "MIT",
  5. "main": [
  6. "dist/angular-timeline.js",
  7. "dist/angular-timeline.css"
  8. ],
  9. "keywords": [
  10. "angular",
  11. "timeline",
  12. "history",
  13. "events",
  14. "list",
  15. "responsive",
  16. "bootstrap"
  17. ],
  18. "ignore": [
  19. "**/.*",
  20. "*.yml",
  21. ".jshintrc",
  22. "node_modules",
  23. "bower_components",
  24. "example",
  25. "Gruntfile.js",
  26. "package.json",
  27. "component.json",
  28. "karma.conf.js",
  29. "src"
  30. ],
  31. "dependencies": {
  32. "angular": "^1.3.15",
  33. "angular-sanitize": "^1.3.15"
  34. },
  35. "devDependencies": {
  36. "angular-bootstrap": "^0.13.0",
  37. "angular-ui-router": "^0.2.14",
  38. "angular-mocks": "^1.3.15",
  39. "sinon": "^1.9.0",
  40. "jasmine-sinon": "^0.3.1",
  41. "underscore": "^1.7.0",
  42. "jquery": "^2.1.1",
  43. "bootstrap": "^3.3.4",
  44. "angular-scroll-animate": "^0.9.9"
  45. },
  46. "homepage": "https://github.com/rpocklin/angular-timeline",
  47. "_release": "1.7.0",
  48. "_resolution": {
  49. "type": "version",
  50. "tag": "v1.7.0",
  51. "commit": "782d65a886c10c1edcce9c06de350b39cc33146e"
  52. },
  53. "_source": "https://github.com/rpocklin/angular-timeline.git",
  54. "_target": "^1.7.0",
  55. "_originalSource": "angular-timeline",
  56. "_direct": true
  57. }