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.

46 lines
973 B

  1. {
  2. "name": "postcss-svgo",
  3. "version": "4.0.3",
  4. "description": "Optimise inline SVG 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. "minify",
  16. "optimise",
  17. "postcss",
  18. "postcss-plugin",
  19. "svg",
  20. "svgo"
  21. ],
  22. "license": "MIT",
  23. "devDependencies": {
  24. "babel-cli": "^6.0.0",
  25. "cross-env": "^5.0.0",
  26. "pleeease-filters": "^4.0.0"
  27. },
  28. "homepage": "https://github.com/cssnano/cssnano",
  29. "author": {
  30. "name": "Ben Briggs",
  31. "email": "beneb.info@gmail.com",
  32. "url": "http://beneb.info"
  33. },
  34. "repository": "cssnano/cssnano",
  35. "dependencies": {
  36. "postcss": "^7.0.0",
  37. "postcss-value-parser": "^3.0.0",
  38. "svgo": "^1.0.0"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/cssnano/cssnano/issues"
  42. },
  43. "engines": {
  44. "node": ">=6.9.0"
  45. }
  46. }