2020-03-31 20:42:07 +08:00
|
|
|
{
|
2020-03-31 20:57:48 +08:00
|
|
|
"name": "tmpl",
|
2020-03-31 20:42:07 +08:00
|
|
|
"description": "JavaScript micro templates.",
|
2020-03-31 20:57:48 +08:00
|
|
|
"version": "1.0.4",
|
2020-03-31 20:42:07 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2020-03-31 20:57:48 +08:00
|
|
|
"homepage": "https://github.com/nshah/nodejs-tmpl",
|
|
|
|
"author": "Naitik Shah <n@daaku.org>",
|
2020-03-31 20:42:07 +08:00
|
|
|
"main": "lib/tmpl",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-03-31 20:57:48 +08:00
|
|
|
"url": "https://github.com/daaku/nodejs-tmpl"
|
2020-03-31 20:42:07 +08:00
|
|
|
},
|
2020-03-31 20:57:48 +08:00
|
|
|
"scripts": { "test": "NODE_PATH=./lib mocha --ui exports" },
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "0.12.x"
|
|
|
|
}
|
2020-03-31 20:42:07 +08:00
|
|
|
}
|