12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "name": "grunt-contrib-cssmin",
- "description": "Minify CSS",
- "version": "0.12.3",
- "author": {
- "name": "Grunt Team",
- "url": "http://gruntjs.com/"
- },
- "repository": "gruntjs/grunt-contrib-cssmin",
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/gruntjs/grunt-contrib-cssmin/blob/master/LICENSE-MIT"
- }
- ],
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "grunt test"
- },
- "dependencies": {
- "chalk": "^1.0.0",
- "clean-css": "^3.1.0",
- "maxmin": "^1.1.0"
- },
- "devDependencies": {
- "grunt": "^0.4.5",
- "grunt-cli": "^0.1.13",
- "grunt-contrib-clean": "^0.6.0",
- "grunt-contrib-internal": "^0.4.6",
- "grunt-contrib-jshint": "^0.11.0",
- "grunt-contrib-nodeunit": "^0.4.0"
- },
- "peerDependencies": {
- "grunt": ">=0.4.0"
- },
- "keywords": [
- "gruntplugin",
- "cssmin",
- "css",
- "style",
- "styles",
- "stylesheet",
- "minify",
- "compress"
- ],
- "files": [
- "tasks"
- ],
- "appveyor_id": "ntgfqc3ppk533m84",
- "__npminstall_done": true,
- "_from": "grunt-contrib-cssmin@0.12.3",
- "_resolved": "https://registry.npmmirror.com/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.12.3.tgz"
- }
|