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.

37 lines
877 B

  1. {
  2. "name": "postcss-reduce-transforms",
  3. "version": "4.0.2",
  4. "description": "Reduce transform functions 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. "license": "MIT",
  14. "devDependencies": {
  15. "babel-cli": "^6.0.0",
  16. "cross-env": "^5.0.0"
  17. },
  18. "homepage": "https://github.com/cssnano/cssnano",
  19. "author": {
  20. "name": "Ben Briggs",
  21. "email": "beneb.info@gmail.com",
  22. "url": "http://beneb.info"
  23. },
  24. "repository": "cssnano/cssnano",
  25. "dependencies": {
  26. "cssnano-util-get-match": "^4.0.0",
  27. "has": "^1.0.0",
  28. "postcss": "^7.0.0",
  29. "postcss-value-parser": "^3.0.0"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/cssnano/cssnano/issues"
  33. },
  34. "engines": {
  35. "node": ">=6.9.0"
  36. }
  37. }