watch-lessc
Version:
Watches your specified .less file and auto-compiles it to the specified .css file.
32 lines • 789 B
JSON
{
"name": "watch-lessc",
"description": "Watches your specified .less file and auto-compiles it to the specified .css file.",
"readme": "watch-lessc processes a single .less stylesheet into a .css file using the LESS CSS compiler whenever changes to the .less file are made.\n\n watch-lessc --help\n\n",
"version": "0.0.3",
"keywords": [
"css",
"less",
"lessc",
"watch"
],
"repository": {
"type": "git",
"url": "https://github.com/jccovey/watch-lessc"
},
"bin": {
"watch-lessc": "app.js"
},
"dependencies": {
"less": ">=1.1.1 <2.0",
"optimist": ">=0.2.6 <0.3",
"watch": ">=0.5.1"
},
"engine": {
"node": ">=0.4.0"
},
"author": {
"name": "John Covey",
"email": "jccovey@gmail.com"
},
"license": "BSD"
}