UNPKG

hem-less

Version:

This module adds LESS (The Dynamic Stylesheet language) support to hem (Bundler for Node/CommonJS/Web Apps)

31 lines (30 loc) 770 B
{ "name": "hem-less", "description": "This module adds LESS (The Dynamic Stylesheet language) support to hem (Bundler for Node/CommonJS/Web Apps)", "version": "0.1.0", "keywords": ["hem", "less", "css"], "repository": { "type": "git", "url": "git://github.com/AbleCoder/hem-less.git" }, "dependencies": { "less": "~1.4.0" }, "licenses": [{ "type": "MIT", "url": "https://github.com/AbleCoder/hem-less/blob/master/LICENSE.txt" }], "bugs": { "url": "https://github.com/AbleCoder/hem-less/issues" }, "homepage": "https://github.com/AbleCoder/hem-less", "engines": { "node": "*" }, "author": { "name": "AbleCoder", "email": "coder@able.cd", "web": "http://able.cd" }, "main": "./lib/hem-less.js" }