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
732 B

  1. {
  2. "name": "postcss-media-minmax",
  3. "version": "4.0.0",
  4. "description": "Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.",
  5. "scripts": {
  6. "test": "tape test",
  7. "release": "npmpub"
  8. },
  9. "repository": "https://github.com/postcss/postcss-media-minmax.git",
  10. "keywords": [
  11. "css",
  12. "css3",
  13. "postcss",
  14. "postcss-plugin",
  15. "media querie",
  16. "media queries"
  17. ],
  18. "author": "yisi",
  19. "license": "MIT",
  20. "files": [
  21. "CHANGELOG.md",
  22. "README.md",
  23. "README-zh.md",
  24. "LICENSE",
  25. "index.js"
  26. ],
  27. "engines": {
  28. "node": ">=6.0.0"
  29. },
  30. "dependencies": {
  31. "postcss": "^7.0.2"
  32. },
  33. "devDependencies": {
  34. "npmpub": "^4.1.0",
  35. "tape": "^4.9.1"
  36. }
  37. }