package.json 547 B

1234567891011121314151617181920
  1. {
  2. "name": "posthtml-rename-id",
  3. "version": "1.0.12",
  4. "description": "PostHTML plugin to rename id attributes and it's references",
  5. "keywords": [
  6. "posthtml",
  7. "posthtml plugin"
  8. ],
  9. "license": "MIT",
  10. "author": "JetBrains",
  11. "homepage": "https://github.com/JetBrains/svg-mixer/tree/master/packages/posthtml-rename-id",
  12. "repository": "https://github.com/JetBrains/svg-mixer",
  13. "files": [
  14. "index.js"
  15. ],
  16. "dependencies": {
  17. "escape-string-regexp": "1.0.5"
  18. },
  19. "gitHead": "eb37ef4bcbf7a24173b76319cfa2f299b60ae6dd"
  20. }