1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "name": "grunt-contrib-cssmin",
- "description": "Compress CSS files.",
- "version": "0.6.2",
- "homepage": "https://github.com/gruntjs/grunt-contrib-cssmin",
- "author": {
- "name": "Grunt Team",
- "url": "http://gruntjs.com/"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/gruntjs/grunt-contrib-cssmin.git"
- },
- "bugs": {
- "url": "https://github.com/gruntjs/grunt-contrib-cssmin/issues"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/gruntjs/grunt-contrib-cssmin/blob/master/LICENSE-MIT"
- }
- ],
- "main": "Gruntfile.js",
- "engines": {
- "node": ">= 0.8.0"
- },
- "scripts": {
- "test": "grunt test"
- },
- "dependencies": {
- "clean-css": "~1.1.1",
- "grunt-lib-contrib": "~0.6.0"
- },
- "devDependencies": {
- "grunt-contrib-jshint": "~0.2.0",
- "grunt-contrib-nodeunit": "~0.1.2",
- "grunt-contrib-clean": "~0.4.0",
- "grunt-contrib-internal": "~0.4.2",
- "grunt": "~0.4.0"
- },
- "peerDependencies": {
- "grunt": "~0.4.0"
- },
- "keywords": [
- "gruntplugin"
- ]
- }
|