UNPKG

postcss-less-engine-latest

Version:

PostCSS plugin for integrating the popular Less CSS pre-processor into your PostCSS workflow

40 lines (39 loc) 972 B
{ "name": "postcss-less-engine-latest", "version": "1.0.1", "description": "PostCSS plugin for integrating the popular Less CSS pre-processor into your PostCSS workflow", "keywords": [ "postcss", "css", "postcss-plugin", "less", "less-plugin" ], "author": "Matthew Dean <hello@getcrunch.co>", "license": "MIT", "repository": "Crunch/postcss-less", "bugs": { "url": "https://github.com/Crunch/postcss-less/issues" }, "homepage": "https://github.com/Crunch/postcss-less", "dependencies": { "postcss": "^5.0.10", "less": "^3.9.0" }, "devDependencies": { "autoprefixer": "^6.3.6", "ava": "^0.4.2", "chai": "^3.5.0", "eslint": "^1.9.0", "gulp": "^3.9.0", "gulp-mocha": "^2.2.0", "gulp-postcss": "^6.1.1", "gulp-util": "^3.0.7", "less-plugin-future-compat": "^1.0.0", "postcss-clean": "^1.0.2", "postcss-reporter": "^1.4.1" }, "scripts": { "test": "gulp test" } }