UNPKG

postcss-less

Version:
60 lines (59 loc) 1.54 kB
{ "name": "postcss-less", "version": "0.10.0", "description": "LESS parser for PostCSS", "keywords": [ "css", "postcss", "postcss-syntax", "parser", "less" ], "author": "Denys Kniazevych <webschik@gmail.com>", "contributors": [ "Andrew Powell <andrew@shellscape.org>", "Pat Sissons <patricksissons@gmail.com>" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/webschik/postcss-less.git" }, "bugs": { "url": "https://github.com/webschik/postcss-less/issues" }, "homepage": "https://github.com/webschik/postcss-less#readme", "scripts": { "test": "./node_modules/.bin/gulp test:all", "prepublish": "./node_modules/.bin/gulp dist" }, "dependencies": { "postcss": "^5.0.19" }, "devDependencies": { "babel-core": "^6.7.2", "babel-eslint": "^6.0.0", "babel-plugin-add-module-exports": "^0.1.2", "babel-preset-es2015": "^6.6.0", "babel-register": "^6.7.2", "chai": "^3.5.0", "eslint": "^2.5.1", "eslint-config-strict": "^8.5.0", "eslint-plugin-filenames": "^0.2.0", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-eslint": "^2.0.0", "gulp-jscs": "^3.0.2", "gulp-json-editor": "2.2.1", "gulp-mocha": "^2.2.0", "gulp-rename": "^1.2.2", "gulp-rimraf": "^0.2.0", "gulp-uglify": "^1.5.3", "gulp-util": "^3.0.7", "less": "^2.6.1", "mocha": "^2.4.5", "postcss-parser-tests": "^5.0.6", "run-sequence": "^1.1.5", "through": "^2.3.8" } }