{
  "name": "gulp-less",
  "version": "4.0.1",
  "description": "Less for Gulp",
  "main": "index.js",
  "scripts": {
    "test": "jshint index.js && node_modules/.bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/gulp-community/gulp-less.git"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "keywords": [
    "gulpplugin",
    "gulp",
    "less"
  ],
  "author": "Chris Cowan",
  "license": "MIT",
  "dependencies": {
    "accord": "^0.29.0",
    "less": "2.6.x || ^3.7.1",
    "object-assign": "^4.0.1",
    "plugin-error": "^0.1.2",
    "replace-ext": "^1.0.0",
    "through2": "^2.0.0",
    "vinyl-sourcemaps-apply": "^0.2.0"
  },
  "devDependencies": {
    "jshint": "^2.9.4",
    "mocha": "^3.4.2",
    "should": "^11.2.0",
    "vinyl": "^2.1.0"
  }

,"_resolved": "https://registry.npmjs.org/gulp-less/-/gulp-less-4.0.1.tgz"
,"_integrity": "sha512-hmM2k0FfQp7Ptm3ZaqO2CkMX3hqpiIOn4OHtuSsCeFym63F7oWlEua5v6u1cIjVUKYsVIs9zPg9vbqTEb/udpA=="
,"_from": "gulp-less@4.0.1"
}