node-compiler
Version:
Single page application compiler that supports a number of popular integrations.
45 lines (44 loc) • 843 B
JSON
{
"name": "node-compiler",
"description": "Single page application compiler that supports a number of popular integrations.",
"keywords": [
"node",
"compiler",
"dustjs",
"jade",
"less",
"sass",
"coffee-script",
"sync",
"web",
"minify",
"concatenate",
"build",
"watch",
"cli"
],
"author": {
"name": "Lewis Barnes"
},
"version": "0.5.0",
"license": "MIT",
"main": "./lib/Compiler.js",
"scripts": {
"install": "node scripts/install.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lewie9021/node-compiler"
},
"bin": "./bin/cli.js",
"dependencies": {
"chalk": "~0.5.1",
"chokidar": "~0.12.4",
"commander": "~2.5.1",
"fs-extra": "~0.13.0",
"legitimize": "~0.0.3"
},
"engines": {
"node": "0.10.x"
}
}