wintersmith-less
Version:
less plugin for wintersmith
22 lines (21 loc) • 461 B
JSON
{
"name": "wintersmith-less",
"version": "1.0.0",
"author": "Johan Nordberg <its@johan-nordberg.com>",
"description": "less plugin for wintersmith",
"license": "MIT",
"keywords": [
"wintersmith",
"wintersmith-plugin",
"less"
],
"repository": {
"type": "git",
"url": "https://github.com/jnordberg/wintersmith-less.git"
},
"dependencies": {
"less": "~2.5.3",
"async": "~1.4.2",
"coffee-script": "~1.10.0"
}
}