cfmljs
Version:
a CFML template engine for node.js
31 lines (30 loc) • 647 B
JSON
{
"name": "cfmljs",
"version": "1.0.2",
"description": "a CFML template engine for node.js",
"main": "cfml.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AndrewKralovec/node-cfml"
},
"keywords": [
"cfml",
"Coldfusion",
"view",
"template",
"engine",
"express"
],
"author":"Andrew Kralovec <akrala@yahoo.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/AndrewKralovec/node-cfml/issues"
},
"homepage": "https://github.com/AndrewKralovec/node-cfml#readme",
"devDependencies": {
"expect.js": "^0.3.1"
}
}