1 | {
|
2 | "name": "grunt-contrib-cssmin",
|
3 | "description": "Minify CSS",
|
4 | "version": "5.0.0",
|
5 | "author": {
|
6 | "name": "Grunt Team",
|
7 | "url": "https://gruntjs.com/"
|
8 | },
|
9 | "repository": "gruntjs/grunt-contrib-cssmin",
|
10 | "license": "MIT",
|
11 | "engines": {
|
12 | "node": ">=14.0"
|
13 | },
|
14 | "main": "tasks/cssmin.js",
|
15 | "scripts": {
|
16 | "test": "grunt test"
|
17 | },
|
18 | "dependencies": {
|
19 | "chalk": "^4.1.2",
|
20 | "clean-css": "^5.3.2",
|
21 | "maxmin": "^3.0.0"
|
22 | },
|
23 | "devDependencies": {
|
24 | "grunt": "^1.6.1",
|
25 | "grunt-contrib-clean": "^2.0.1",
|
26 | "grunt-contrib-internal": "^8.1.0",
|
27 | "grunt-contrib-jshint": "^3.2.0",
|
28 | "grunt-contrib-nodeunit": "^5.0.0"
|
29 | },
|
30 | "keywords": [
|
31 | "gruntplugin",
|
32 | "cssmin",
|
33 | "css",
|
34 | "style",
|
35 | "styles",
|
36 | "stylesheet",
|
37 | "minify",
|
38 | "compress"
|
39 | ],
|
40 | "files": [
|
41 | "tasks"
|
42 | ],
|
43 | "appveyor_id": "ntgfqc3ppk533m84"
|
44 | }
|