package.json 543 B

1234567891011121314151617181920
  1. {
  2. "name": "vue-cli-plugin-tailwind",
  3. "version": "3.0.0",
  4. "description": "vue-cli plugin for Tailwind CSS",
  5. "author": "Jens Eggerstedt <j.eggerstedt@kaibatech.de>",
  6. "license": "MIT",
  7. "bugs": "https://github.com/forsartis/vue-cli-plugin-tailwind/issues",
  8. "homepage": "https://github.com/forsartis/vue-cli-plugin-tailwind#readme",
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/forsartis/vue-cli-plugin-tailwind"
  12. },
  13. "keywords": [
  14. "vue",
  15. "cli",
  16. "plugin",
  17. "tailwind",
  18. "purgecss"
  19. ]
  20. }