UNPKG

758 BJSONView Raw
1{
2 "name": "node-xtemplate",
3 "version": "0.1.1",
4 "description": "A node.js wrapper around xtemplate engine",
5 "main": "lib",
6 "scripts": {
7 "test": "mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/zce/node-xtemplate.git"
12 },
13 "keywords": [
14 "xtemplate",
15 "xtpl",
16 "zce",
17 "iceStone",
18 "wedn",
19 "wedn.net",
20 "micua",
21 "micua.com"
22 ],
23 "author": "iceStone <ice@micua.com> (http://www.micua.com/)",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/zce/node-xtemplate/issues"
27 },
28 "homepage": "https://github.com/zce/node-xtemplate#readme",
29 "dependencies": {
30 "iconv-lite": "^0.4.15",
31 "xtemplate": "^4.6.0"
32 },
33 "devDependencies": {
34 "mocha": "^3.2.0"
35 }
36}