.bower.json 767 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "nprogress",
  3. "repo": "rstacruz/nprogress",
  4. "description": "slim progress bar",
  5. "version": "0.2.0",
  6. "keywords": [
  7. "progress",
  8. "bar",
  9. "spinner"
  10. ],
  11. "license": "MIT",
  12. "main": [
  13. "nprogress.js",
  14. "nprogress.css"
  15. ],
  16. "scripts": [
  17. "nprogress.js"
  18. ],
  19. "styles": [
  20. "nprogress.css"
  21. ],
  22. "ignore": [
  23. "**/.*",
  24. "node_modules",
  25. "components",
  26. "package.json",
  27. "test",
  28. "vendor"
  29. ],
  30. "homepage": "https://github.com/rstacruz/nprogress",
  31. "_release": "0.2.0",
  32. "_resolution": {
  33. "type": "version",
  34. "tag": "v0.2.0",
  35. "commit": "d3699f2104f80b4bbb8e2500f7ab939755b2b66b"
  36. },
  37. "_source": "https://github.com/rstacruz/nprogress.git",
  38. "_target": "^0.2.0",
  39. "_originalSource": "nprogress"
  40. }