UNPKG

grunt-less-imports

Version:

A grunt task to create LessCSS @import statements from a collection of stylesheet files

57 lines (56 loc) 1.34 kB
{ "name": "grunt-less-imports", "description": "A grunt task to create LessCSS @import statements from a collection of stylesheet files", "version": "1.2.2", "homepage": "https://github.com/MarcDiethelm/grunt-less-imports", "author": { "name": "Marc Diethelm", "email": "marc@web5.me", "url": "https://github.com/MarcDiethelm" }, "repository": { "type": "git", "url": "git://github.com/MarcDiethelm/grunt-less-imports.git" }, "bugs": { "url": "https://github.com/MarcDiethelm/grunt-less-imports/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/MarcDiethelm/grunt-less-imports/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "npm run grunt --silent", "grunt": "grunt" }, "dependencies": { "slash": "^1.0.0" }, "devDependencies": { "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-less": "^1.2.0", "grunt-mocha-test": "^0.12.7", "mocha": "^2.4.5" }, "keywords": [ "gruntplugin", "less", "lessCSS", "import", "@import", "debug", "error messages" ], "publishConfig": { "registry": "http://registry.npmjs.org/" } }