package.json 2.5 KB
{
  "_from": "grunt-contrib-less@^0.7.0",
  "_id": "grunt-contrib-less@0.7.0",
  "_inBundle": false,
  "_integrity": "sha1-NfZRPkfsXzyZGI1G76nc83gge+g=",
  "_location": "/grunt-contrib-less",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "grunt-contrib-less@^0.7.0",
    "name": "grunt-contrib-less",
    "escapedName": "grunt-contrib-less",
    "rawSpec": "^0.7.0",
    "saveSpec": null,
    "fetchSpec": "^0.7.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-contrib-less/-/grunt-contrib-less-0.7.0.tgz",
  "_shasum": "35f6513e47ec5f3c99188d46efa9dcf378207be8",
  "_spec": "grunt-contrib-less@^0.7.0",
  "_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop",
  "author": {
    "name": "Grunt Team",
    "url": "http://gruntjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gruntjs/grunt-contrib-less/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Tyler Kellen",
      "url": "http://goingslowly.com/"
    },
    {
      "name": "\"Cowboy\" Ben Alman",
      "url": "http://benalman.com/"
    },
    {
      "name": "Chris Talkington",
      "url": "http://christalkington.com/"
    },
    {
      "name": "Teddy Cross",
      "url": "http://tkaz.ec/"
    },
    {
      "name": "Justin Searls",
      "url": "http://about.me/searls/"
    },
    {
      "name": "Thomas Boyt",
      "url": "http://www.thomasboyt.com/"
    },
    {
      "name": "Jake Harding",
      "url": "http://thejakeharding.com/"
    },
    {
      "name": "Jason Karns",
      "url": "http://jasonkarns.com/"
    }
  ],
  "dependencies": {
    "grunt-lib-contrib": "~0.6.1",
    "less": "~1.4.0"
  },
  "deprecated": false,
  "description": "Compile LESS files to CSS.",
  "devDependencies": {
    "grunt": "~0.4.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-internal": "~0.4.5",
    "grunt-contrib-jshint": "~0.6.2",
    "grunt-contrib-nodeunit": "~0.2.0"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "homepage": "https://github.com/gruntjs/grunt-contrib-less",
  "keywords": [
    "gruntplugin"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/gruntjs/grunt-contrib-less/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "name": "grunt-contrib-less",
  "peerDependencies": {
    "grunt": "~0.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/gruntjs/grunt-contrib-less.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "version": "0.7.0"
}