@fidian/metalsmith-less
Version:
A LESS plugin for Metalsmith
35 lines (34 loc) • 804 B
JSON
{
"name": "@fidian/metalsmith-less",
"version": "4.7.0",
"description": "A LESS plugin for Metalsmith",
"main": "./lib/",
"scripts": {
"reinstall": "rm -rf node_modules package-lock.json && npm install",
"test": "./node_modules/.bin/mocha --reporter spec --grep ''"
},
"keywords": [
"metalsmith",
"less",
"css"
],
"author": "Christopher Cliff <ctcliff@gmail.com>",
"contributors": [
"Tyler Akins <fidian@rumkin.com>"
],
"repository": {
"type": "git",
"url": "http://github.com/fidian/metalsmith-less"
},
"license": "MIT",
"dependencies": {
"joi": "^17.13.3",
"less": "^4.2.0",
"metalsmith-plugin-kit": "^1.7.0"
},
"devDependencies": {
"assert-dir-equal": "^1.1.0",
"metalsmith": "^2.6.3",
"mocha": "^10.8.2"
}
}