1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "grunt-contrib-cssmin",
- "description": "Minify CSS",
- "version": "2.2.1",
- "author": {
- "name": "Grunt Team",
- "url": "http://gruntjs.com/"
- },
- "repository": "gruntjs/grunt-contrib-cssmin",
- "license": "MIT",
- "engines": {
- "node": ">=4.0"
- },
- "main": "tasks/cssmin.js",
- "scripts": {
- "test": "grunt test"
- },
- "dependencies": {
- "chalk": "^1.0.0",
- "clean-css": "~4.1.1",
- "maxmin": "^2.1.0"
- },
- "devDependencies": {
- "grunt": "^1.0.0",
- "grunt-contrib-clean": "^1.0.0",
- "grunt-contrib-internal": "^1.1.0",
- "grunt-contrib-jshint": "^1.0.0",
- "grunt-contrib-nodeunit": "^1.0.0"
- },
- "keywords": [
- "gruntplugin",
- "cssmin",
- "css",
- "style",
- "styles",
- "stylesheet",
- "minify",
- "compress"
- ],
- "files": [
- "tasks"
- ],
- "appveyor_id": "ntgfqc3ppk533m84"
- }
|