mirror of
https://github.com/tjsga/website-2018.git
synced 2025-04-20 19:20:17 -04:00
31 lines
661 B
JSON
31 lines
661 B
JSON
{
|
|
"name": "hbs",
|
|
"description": "Express.js template engine plugin for Handlebars",
|
|
"version": "4.0.1",
|
|
"homepage": "https://github.com/pillarjs/hbs",
|
|
"author": "Don Park <donpark@docuverse.com> (http://blog.docuverse.com)",
|
|
"main": "lib/hbs.js",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"dependencies": {
|
|
"handlebars": "4.0.5",
|
|
"walk": "2.3.9"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.6.0",
|
|
"npm": "3.10.6",
|
|
"request": "2.74.0"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/pillarjs/hbs.git"
|
|
}
|
|
} |