UNPKG

raptor-dust

Version:

Support module for integrating Dust and RaptorJS

39 lines 1.07 kB
{ "name": "raptor-dust", "description": "Support module for integrating Dust and RaptorJS", "keywords": [ "dust", "raptor", "loader", "packaging", "optimization", "optimizer", "templating", "template" ], "repository": { "type": "git", "url": "https://github.com/raptorjs/raptor-dust.git" }, "scripts": { "test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test && node_modules/.bin/jshint lib" }, "author": "Patrick Steele-Idem <psteeleidem@ebay.com>", "contributors": [ "Patrick Steele-Idem <psteeleidem@ebay.com>" ], "maintainers": "Patrick Steele-Idem <psteeleidem@ebay.com>", "dependencies": { "async-writer": "^1.1.0", "raptor-util": "^1.0.0" }, "devDependencies": { "jshint": "^2.5.0", "mocha": "~1.15.1", "chai": "~1.8.1", "dustjs-linkedin": "^2.3.5" }, "license": "Apache License v2.0", "main": "lib/raptor-dust.js", "version": "1.1.12" }