.bower.json 781 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "angular-ui-router",
  3. "version": "0.3.1",
  4. "license": "MIT",
  5. "main": "./release/angular-ui-router.js",
  6. "dependencies": {
  7. "angular": "^1.0.8"
  8. },
  9. "ignore": [
  10. "**/.*",
  11. "node_modules",
  12. "bower_components",
  13. "component.json",
  14. "package.json",
  15. "lib",
  16. "config",
  17. "sample",
  18. "test",
  19. "tests",
  20. "ngdoc_assets",
  21. "Gruntfile.js",
  22. "files.js"
  23. ],
  24. "homepage": "https://github.com/angular-ui/angular-ui-router-bower",
  25. "_release": "0.3.1",
  26. "_resolution": {
  27. "type": "version",
  28. "tag": "0.3.1",
  29. "commit": "6ac1c61991121f5324f99089003314bba3bc6a95"
  30. },
  31. "_source": "https://github.com/angular-ui/angular-ui-router-bower.git",
  32. "_target": "^0.3.1",
  33. "_originalSource": "angular-ui-router",
  34. "_direct": true
  35. }