klei-dust
Version:
A helper to use dustjs-linkedin along with Express
30 lines (29 loc) • 572 B
JSON
{
"name": "klei-dust",
"version": "1.0.0",
"description": "A helper to use dustjs-linkedin along with Express",
"main": "index.js",
"repository": "git://github.com/klei/dust.git",
"dependencies": {
},
"devDependencies": {
"dustjs-linkedin": "*",
"dustjs-helpers": "*",
"mocha": "*",
"should": "*"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"dust.js",
"node.js",
"express",
"dust",
"dustjs-linkedin",
"template",
"view"
],
"author": "Joakim Carlstein <joakim@klei.se>",
"license": "MIT"
}