.bower.json 505 B

1234567891011121314151617181920
  1. {
  2. "name": "angular-route",
  3. "version": "1.5.3",
  4. "license": "MIT",
  5. "main": "./angular-route.js",
  6. "ignore": [],
  7. "dependencies": {
  8. "angular": "1.5.3"
  9. },
  10. "homepage": "https://github.com/angular/bower-angular-route",
  11. "_release": "1.5.3",
  12. "_resolution": {
  13. "type": "version",
  14. "tag": "v1.5.3",
  15. "commit": "750e4833612071d30993c8e4a547a6982eba3b84"
  16. },
  17. "_source": "git://github.com/angular/bower-angular-route.git",
  18. "_target": "~1.5.3",
  19. "_originalSource": "angular-route"
  20. }