bower.json 526 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "source-map-resolve",
  3. "version": "0.3.1",
  4. "author": "Simon Lydell",
  5. "license": "MIT",
  6. "description": "Resolve the source map and/or sources for a generated file.",
  7. "keywords": [
  8. "source map",
  9. "sourcemap",
  10. "source",
  11. "map",
  12. "sourceMappingURL",
  13. "resolve",
  14. "resolver",
  15. "locate",
  16. "locator",
  17. "find",
  18. "finder"
  19. ],
  20. "authors": [
  21. "Simon Lydell"
  22. ],
  23. "ignore": [
  24. ".*"
  25. ],
  26. "dependencies": {
  27. "source-map-url": "~0.3.0",
  28. "resolve-url": "~0.2.1"
  29. }
  30. }