.bower.json 505 B

12345678910111213141516171819
  1. {
  2. "name": "angular-route",
  3. "version": "1.5.0-rc.0",
  4. "main": "./angular-route.js",
  5. "ignore": [],
  6. "dependencies": {
  7. "angular": "1.5.0-rc.0"
  8. },
  9. "homepage": "https://github.com/angular/bower-angular-route",
  10. "_release": "1.5.0-rc.0",
  11. "_resolution": {
  12. "type": "version",
  13. "tag": "v1.5.0-rc.0",
  14. "commit": "496e2f35541957c1e4903b99622be5bcdb058a7a"
  15. },
  16. "_source": "git://github.com/angular/bower-angular-route.git",
  17. "_target": "~1.5.0",
  18. "_originalSource": "angular-route"
  19. }