Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

bower.json 363B

1234567891011121314151617181920
  1. {
  2. "name": "source-map-url",
  3. "version": "0.4.0",
  4. "author": "Simon Lydell",
  5. "license": "MIT",
  6. "description": "Tools for working with sourceMappingURL comments.",
  7. "keywords": [
  8. "source map",
  9. "sourceMappingURL",
  10. "comment",
  11. "annotation"
  12. ],
  13. "main": "source-map-url.js",
  14. "authors": [
  15. "Simon Lydell"
  16. ],
  17. "ignore": [
  18. ".*"
  19. ]
  20. }