.bower.json 500 B

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