lite
Version:
A cross platform template engine base on xml/html and javascript expression.
31 lines (30 loc) • 1.23 kB
JSON
{
"name": "lite",
"version": "4.0.5",
"description": "A cross platform template engine base on xml/html and javascript expression.",
"keywords": [ "javascript","xhtml","html","Java","PHP","template"],
"author": "jindw <jindw@xidea.org> (http://www.xidea.org)",
"homepage": "https://github.com/jindw/lite",
"repository": {"type": "git","url": "git://github.com/jindw/lite.git"},
"main": "./src/main/js/index.js",
"engines": {"node" : ">=0.5"},
"dependencies": {"js-el":"*","xmldom":"*","xpath.js":"*","asf":"*"},
"devDependencies": { },
"maintainers": [{"name": "jindw","email": "jindw@xidea.org","url": "http://www.xidea.org"}],
"contributors": [
{"name": "wukexin.cn","email": "wukexin.cn@gmail.com" },
{"name": "combbs", "email": "combbs@gmail.com" },
{"name": "sunrongyan","email": "sunrongyan@gmail.com"}
],
"scripts": {
"test": "make test"
},
"config": {
"blanket": {
"pattern":[""],
"data-cover-never": [ "node_modules", "tests" ]
}
},
"bugs": {"email": "jindw@xidea.org","url": "http://github.com/jindw/lite/issues"},
"licenses": [{"type": "LGPL","url": "http://www.gnu.org/licenses/lgpl.html","MIT":"http://opensource.org/licenses/MIT"}]
}