123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "grunt-contrib-less",
- "description": "Compile LESS files to CSS",
- "version": "1.4.1",
- "author": {
- "name": "Grunt Team",
- "url": "http://gruntjs.com/"
- },
- "repository": "gruntjs/grunt-contrib-less",
- "license": "MIT",
- "engines": {
- "node": ">=0.10.0"
- },
- "main": "tasks/less.js",
- "scripts": {
- "test": "grunt test"
- },
- "dependencies": {
- "async": "^2.0.0",
- "chalk": "^1.0.0",
- "less": "~2.7.1",
- "lodash": "^4.8.2"
- },
- "devDependencies": {
- "grunt": "^1.0.0",
- "grunt-contrib-clean": "^1.0.0",
- "grunt-contrib-internal": "^1.1.0",
- "grunt-contrib-jshint": "^1.0.0",
- "grunt-contrib-nodeunit": "^1.0.0",
- "less-plugin-clean-css": "^1.5.0"
- },
- "keywords": [
- "gruntplugin"
- ],
- "files": [
- "tasks"
- ],
- "appveyor_id": "e3aa4d07xe4w4u05",
- "__npminstall_done": true,
- "_from": "grunt-contrib-less@1.4.1",
- "_resolved": "https://registry.npmmirror.com/grunt-contrib-less/-/grunt-contrib-less-1.4.1.tgz"
- }
|