{
  "name": "grunt-contrib-less",
  "description": "Compile LESS files to CSS",
  "version": "3.0.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": "^4.1.1",
    "lodash": "^4.17.21"
  },
  "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"
}
