.bower.json 505 B

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