UNPKG

grunt-assemble-less

Version:

Compile LESS to CSS. Adds experimental features that extend Less.js for maintaining UI components, 'bundles' and themes. From Jon Schlinkert, core team member of Less.js. This project is a fork of the popular grunt-contrib-less plugin by the talented Tyle

79 lines (78 loc) 1.94 kB
{ "name": "grunt-assemble-less", "description": "Compile LESS to CSS. Adds experimental features that extend Less.js for maintaining UI components, 'bundles' and themes. From Jon Schlinkert, core team member of Less.js. This project is a fork of the popular grunt-contrib-less plugin by the talented Tyler Kellen. Please use that plugin if you require something stable and dependable.", "version": "0.8.1", "homepage": "https://github.com/assemble/grunt-assemble-less", "author": { "name": "Jon Schlinkert", "url": "http://github.com/jonschlinkert" }, "contributors": [ { "name": "Jon Schlinkert", "url": "http://github.com/jonschlinkert" }, { "name": "Brian Woodward", "url": "http://github.com/doowb" } ], "repository": { "type": "git", "url": "git://github.com/assemble/grunt-assemble-less.git" }, "bugs": { "url": "https://github.com/assemble/grunt-assemble-less/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/assemble/grunt-assemble-less/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "async": "~0.7.0", "fs-utils": "~0.4.0", "less": "~1.7.0", "lodash": "~2.4.1", "maxmin": "~0.2.0", "plasma": "~0.2.4", "verbalize": "~0.1.2" }, "devDependencies": { "grunt": "~0.4.4", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-nodeunit": "~0.3.3", "grunt-verb": "~0.2.0" }, "keywords": [ "compile", "compiler", "css", "framework", "gruntplugin", "import", "less", "less.js", "lesscss", "library", "minify", "pre-processor", "pre-processors", "preprocessor", "sass", "sheet", "style", "styles", "stylesheet", "tutorial" ] }