package.json 907 Bytes
{
  "name": "gulp-less",
  "version": "3.5.0",
  "description": "Less for Gulp",
  "main": "index.js",
  "scripts": {
    "test": "jshint index.js && node_modules/.bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/plus3network/gulp-less.git"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "keywords": [
    "gulpplugin",
    "gulp",
    "less"
  ],
  "author": "Chris Cowan",
  "license": "MIT",
  "dependencies": {
    "accord": "^0.28.0",
    "less": "2.6.x || ^2.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"
  },
  "_from": "gulp-less@3.5.0",
  "_resolved": "http://registry.npm.taobao.org/gulp-less/download/gulp-less-3.5.0.tgz"
}