package.json 683 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "autoprefixer",
  3. "version": "7.2.6",
  4. "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
  5. "keywords": [
  6. "autoprefixer",
  7. "css",
  8. "prefix",
  9. "postcss",
  10. "postcss-plugin"
  11. ],
  12. "author": "Andrey Sitnik <andrey@sitnik.ru>",
  13. "license": "MIT",
  14. "repository": "postcss/autoprefixer",
  15. "dependencies": {
  16. "browserslist": "^2.11.3",
  17. "caniuse-lite": "^1.0.30000805",
  18. "normalize-range": "^0.1.2",
  19. "num2fraction": "^1.2.2",
  20. "postcss": "^6.0.17",
  21. "postcss-value-parser": "^3.2.3"
  22. },
  23. "bin": {
  24. "autoprefixer-info": "./bin/autoprefixer-info"
  25. },
  26. "main": "lib/autoprefixer"
  27. }