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.

32 lines
774 B

  1. {
  2. "name": "cssnano-util-get-arguments",
  3. "version": "4.0.0",
  4. "description": "Get a list of arguments, separated by a comma.",
  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. "postcss-value-parser": "^3.0.0"
  18. },
  19. "author": {
  20. "name": "Ben Briggs",
  21. "email": "beneb.info@gmail.com",
  22. "url": "http://beneb.info"
  23. },
  24. "repository": "cssnano/cssnano",
  25. "bugs": {
  26. "url": "https://github.com/cssnano/cssnano/issues"
  27. },
  28. "homepage": "https://github.com/cssnano/cssnano",
  29. "engines": {
  30. "node": ">=6.9.0"
  31. }
  32. }