web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
965 B

  1. {
  2. "name": "postcss-minify-params",
  3. "version": "4.0.2",
  4. "description": "Minify at-rule params with PostCSS",
  5. "keywords": [
  6. "postcss",
  7. "css",
  8. "postcss-plugin",
  9. "minify",
  10. "optimise",
  11. "params"
  12. ],
  13. "main": "dist/index.js",
  14. "files": [
  15. "dist"
  16. ],
  17. "author": "Bogdan Chadkin <trysound@yandex.ru>",
  18. "license": "MIT",
  19. "repository": "cssnano/cssnano",
  20. "bugs": {
  21. "url": "https://github.com/cssnano/cssnano/issues"
  22. },
  23. "homepage": "https://github.com/cssnano/cssnano",
  24. "dependencies": {
  25. "alphanum-sort": "^1.0.0",
  26. "browserslist": "^4.0.0",
  27. "cssnano-util-get-arguments": "^4.0.0",
  28. "postcss": "^7.0.0",
  29. "postcss-value-parser": "^3.0.0",
  30. "uniqs": "^2.0.0"
  31. },
  32. "scripts": {
  33. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  34. },
  35. "devDependencies": {
  36. "babel-cli": "^6.0.0",
  37. "cross-env": "^5.0.0"
  38. },
  39. "engines": {
  40. "node": ">=6.9.0"
  41. }
  42. }