{ "name": "grunt-contrib-less", "description": "Compile LESS files to CSS", "version": "2.1.0", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/" }, "repository": "gruntjs/grunt-contrib-less", "license": "MIT", "engines": { "node": ">=10" }, "main": "tasks/less.js", "scripts": { "test": "grunt test" }, "dependencies": { "async": "^3.2.0", "chalk": "^4.1.0", "less": "^3.0.4", "lodash": "^4.17.20" }, "devDependencies": { "grunt": "^1.3.0", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-internal": "^6.0.1", "grunt-contrib-jshint": "^3.0.0", "grunt-contrib-nodeunit": "^2.1.0", "less-plugin-clean-css": "^1.5.1" }, "keywords": [ "gruntplugin" ], "files": [ "tasks" ], "appveyor_id": "ho4vr86k30r8un49" }