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.

47 lines
1.1 KiB

  1. {
  2. "name": "postcss-reduce-initial",
  3. "version": "4.0.3",
  4. "description": "Reduce initial definitions to the actual initial value, where possible.",
  5. "main": "dist/index.js",
  6. "files": [
  7. "data",
  8. "dist/index.js",
  9. "LICENSE-MIT"
  10. ],
  11. "scripts": {
  12. "acquire": "babel-node ./src/acquire.js",
  13. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/,src/acquire.js"
  14. },
  15. "keywords": [
  16. "css",
  17. "postcss",
  18. "postcss-plugin"
  19. ],
  20. "license": "MIT",
  21. "devDependencies": {
  22. "babel-cli": "^6.0.0",
  23. "cross-env": "^5.0.0",
  24. "got": "^8.0.0",
  25. "html2plaintext": "^2.0.0",
  26. "write-file": "^1.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. "browserslist": "^4.0.0",
  37. "caniuse-api": "^3.0.0",
  38. "has": "^1.0.0",
  39. "postcss": "^7.0.0"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/cssnano/cssnano/issues"
  43. },
  44. "engines": {
  45. "node": ">=6.9.0"
  46. }
  47. }