{
  "name": "tpl2js",
  "version": "0.1.6",
  "description": "NodeJS module to convert HTML template to javascript module",
  "preferGlobal": "true",
  "main": "./lib/index.js",
  "bin": {
    "tpl": "lib/tpl.bin.js"
  },
  "author": "caolvchong <caolvchong@gmail.com> (https://caolvchong.github.io/)",
  "keywords": [
    "HTML",
    "template",
    "javascript"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/caolvchong/tpl.git"
  },
  "dependencies": {},
  "engines": {
    "node": "*"
  },
  "devDependencies": {},
  "optionalDependencies": {},
  "homepage": "https://github.com/caolvchong/tpl"
}
