broccoli-less-single
Version:
Single-file-output LESS compiler for Broccoli
58 lines (57 loc) • 1.3 kB
JSON
{
"name": "broccoli-less-single",
"description": "Single-file-output LESS compiler for Broccoli",
"version": "2.0.1",
"author": {
"name": "Gabriel Grant",
"email": "g@briel.ca"
},
"directories": {
"test": "tests"
},
"contributors": [
{
"name": "Jo Liss",
"email": "joliss42@gmail.com"
},
{
"name": "Jason Mitchell",
"email": "jason.mitchell.w@gmail.com"
},
{
"name": "Eugene Song",
"email": "tilleps@gmail.com"
}
],
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gabrielgrant/broccoli-less-single"
},
"keywords": [
"broccoli-plugin",
"less",
"css"
],
"scripts": {
"test": "mocha tests/index.js --reporter spec",
"test:debug": "mocha debug tests/index.js --reporter spec"
},
"dependencies": {
"broccoli-caching-writer": "^3.0.3",
"include-path-searcher": "^0.1.0",
"less": "^3.12.2",
"lodash": "^4.17.15",
"mkdirp": "^1.0.4"
},
"devDependencies": {
"broccoli-test-helper": "^2.0.0",
"chai": "^4.2.0",
"mocha": "^8.1.3"
},
"bugs": {
"url": "https://github.com/gabrielgrant/broccoli-less-single/issues"
},
"homepage": "https://github.com/gabrielgrant/broccoli-less-single"
}