UNPKG

@fidian/metalsmith-less

Version:
35 lines (34 loc) 803 B
{ "name": "@fidian/metalsmith-less", "version": "4.8.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": "^18.1.2", "less": "^4.6.4", "metalsmith-plugin-kit": "^1.8.0" }, "devDependencies": { "assert-dir-equal": "^1.1.0", "metalsmith": "^2.7.0", "mocha": "^11.7.5" } }