package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "postcss-minify-gradients",
  3. "version": "4.0.2",
  4. "description": "Minify gradient parameters with PostCSS.",
  5. "main": "dist/index.js",
  6. "scripts": {
  7. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  8. },
  9. "files": [
  10. "LICENSE-MIT",
  11. "dist"
  12. ],
  13. "keywords": [
  14. "css",
  15. "postcss",
  16. "postcss-plugin"
  17. ],
  18. "license": "MIT",
  19. "devDependencies": {
  20. "babel-cli": "^6.0.0",
  21. "cross-env": "^5.0.0"
  22. },
  23. "homepage": "https://github.com/cssnano/cssnano",
  24. "author": {
  25. "name": "Ben Briggs",
  26. "email": "beneb.info@gmail.com",
  27. "url": "http://beneb.info"
  28. },
  29. "repository": "cssnano/cssnano",
  30. "dependencies": {
  31. "cssnano-util-get-arguments": "^4.0.0",
  32. "is-color-stop": "^1.0.0",
  33. "postcss": "^7.0.0",
  34. "postcss-value-parser": "^3.0.0"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/cssnano/cssnano/issues"
  38. },
  39. "engines": {
  40. "node": ">=6.9.0"
  41. },
  42. "__npminstall_done": "Thu Dec 24 2020 20:20:49 GMT+0800 (CST)",
  43. "_from": "postcss-minify-gradients@4.0.2",
  44. "_resolved": "https://registry.npm.taobao.org/postcss-minify-gradients/download/postcss-minify-gradients-4.0.2.tgz?cache=0&sync_timestamp=1603212711565&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-minify-gradients%2Fdownload%2Fpostcss-minify-gradients-4.0.2.tgz"
  45. }