UNPKG

dust-compiler

Version:

Dust.js template watcher/compiler with support for notifications on OS X, Linux, and even Windows

64 lines (63 loc) 1.82 kB
{ "name": "dust-compiler", "version": "0.3.9", "author": "James Young <jmeyoung@gmail.com> (http://jamsyoung.com)", "description": "Dust.js template watcher/compiler with support for notifications on OS X, Linux, and even Windows", "preferGlobal": true, "main": "dust-compiler.js", "bin": { "dust-compiler": "./dust-compiler-cli.js" }, "repository": { "type": "git", "url": "https://github.com/jamsyoung/dust-compiler" }, "bugs": { "url": "https://github.com/jamsyoung/dust-compiler/issues", "email": "jmeyoung@gmail.com" }, "man": "./man/man1/dust-compiler.1", "scripts": { "build-man": "node_modules/.bin/marked-man src/man/man1/dust-compiler.1.md > man/man1/dust-compiler.1", "test": "grunt test" }, "dependencies": { "colors": "0.6.2", "debug": "1.0.2", "dustjs-linkedin": "2.4.0", "log-notify": "0.2.0", "mkdirp": "0.5.0", "optimist": "0.6.1", "watch": "0.10.0", "wrench": "1.5.8" }, "devDependencies": { "blanket": "1.1.6", "chai": "1.9.1", "grunt": "0.4.5", "grunt-complexity": "0.2.0", "grunt-contrib-clean": "0.5.0", "grunt-contrib-jshint": "0.10.0", "grunt-mocha-test": "0.11.0", "marked-man": "0.1.3" }, "engines": { "node": ">=0.10.21", "npm": ">=1.3.11" }, "keywords": [ "compiler", "dust compiler", "dust", "dust.js", "dustjs", "dustjs-linkedin", "notification center", "notify-send", "terminal-notifier" ], "license": { "type": "MIT", "url": "https://github.com/jamsyoung/dust-compiler/blob/master/LICENSE.md" } }