phnq_ejs
Version:
Embedded JavaScript templating tool
25 lines (24 loc) • 633 B
JSON
{
"name" : "phnq_ejs",
"description" : "Embedded JavaScript templating tool",
"homepage" : "https://github.com/pgostovic/phnq_ejs",
"keywords" : ["phnq", "ejs", "server", "client", "browser"],
"author" : "Patrick Gostovic <pg@phnq.org>",
"repository" : {"type": "git", "url": "git://github.com/pgostovic/phnq_ejs.git"},
"main" : "phnq_ejs.js",
"version" : "1.0.9",
"dependencies" :
{
"phnq_log": "1.0.x",
"phnq_core": "1.0.x",
"mocha": "1.6.0"
},
"scripts" :
{
"test": "mocha -R spec"
},
"engines" :
{
"node": "0.8.x"
}
}