{
  "name": "grunt-contrib-less",
  "description": "Compile LESS files to CSS.",
  "version": "0.3.1",
  "homepage": "https://github.com/gruntjs/grunt-contrib-less",
  "author": {
    "name": "Grunt Team",
    "url": "http://gruntjs.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/gruntjs/grunt-contrib-less.git"
  },
  "bugs": {
    "url": "https://github.com/gruntjs/grunt-contrib-less/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/gruntjs/grunt-contrib-less/blob/master/LICENSE-MIT"
    }
  ],
  "main": "grunt.js",
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "less": "~1.3.0",
    "grunt-lib-contrib": "~0.3.0"
  },
  "devDependencies": {
    "grunt": "~0.3.15",
    "grunt-contrib-clean": "~0.3.0"
  },
  "keywords": [
    "gruntplugin"
  ]
}