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