package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "cssnano",
  3. "version": "4.1.11",
  4. "description": "A modular minifier, built on top of the PostCSS ecosystem.",
  5. "main": "dist/index.js",
  6. "scripts": {
  7. "bundle-size": "webpack --json --config src/__tests__/_webpack.config.js | webpack-bundle-size-analyzer",
  8. "integrations": "babel-node src/__tests__/util/rebuild.js",
  9. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  10. },
  11. "keywords": [
  12. "css",
  13. "compress",
  14. "minify",
  15. "optimise",
  16. "optimisation",
  17. "postcss",
  18. "postcss-plugin"
  19. ],
  20. "license": "MIT",
  21. "dependencies": {
  22. "cosmiconfig": "^5.0.0",
  23. "cssnano-preset-default": "^4.0.8",
  24. "is-resolvable": "^1.0.0",
  25. "postcss": "^7.0.0"
  26. },
  27. "devDependencies": {
  28. "array-to-sentence": "^2.0.0",
  29. "babel-cli": "^6.0.0",
  30. "babel-core": "^6.0.0",
  31. "babel-loader": "^7.0.0",
  32. "cross-env": "^5.0.0",
  33. "cssnano-preset-advanced": "^4.0.7",
  34. "postcss-font-magician": "^2.0.0",
  35. "webpack": "^2.0.0",
  36. "webpack-bundle-size-analyzer": "^2.0.0"
  37. },
  38. "homepage": "https://github.com/cssnano/cssnano",
  39. "author": {
  40. "name": "Ben Briggs",
  41. "email": "beneb.info@gmail.com",
  42. "url": "http://beneb.info"
  43. },
  44. "repository": "cssnano/cssnano",
  45. "files": [
  46. "dist",
  47. "LICENSE-MIT",
  48. "quickstart.js"
  49. ],
  50. "tonicExampleFilename": "quickstart.js",
  51. "bugs": {
  52. "url": "https://github.com/cssnano/cssnano/issues"
  53. },
  54. "engines": {
  55. "node": ">=6.9.0"
  56. }
  57. }