website-2018/node_modules/hbs/package.json
2018-06-12 20:32:09 -04:00

65 lines
1.4 KiB
JSON

{
"_from": "hbs",
"_id": "hbs@4.0.1",
"_inBundle": false,
"_integrity": "sha1-S/2YZQ3IydrESzyprfnAmOi8M7Y=",
"_location": "/hbs",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "hbs",
"name": "hbs",
"escapedName": "hbs",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/hbs/-/hbs-4.0.1.tgz",
"_shasum": "4bfd98650dc8c9dac44b3ca9adf9c098e8bc33b6",
"_spec": "hbs",
"_where": "/Users/anubis/Desktop/Projects/Websites/sgawebsite",
"author": {
"name": "Don Park",
"email": "donpark@docuverse.com",
"url": "http://blog.docuverse.com"
},
"bugs": {
"url": "https://github.com/pillarjs/hbs/issues"
},
"bundleDependencies": false,
"dependencies": {
"handlebars": "4.0.5",
"walk": "2.3.9"
},
"deprecated": false,
"description": "Express.js template engine plugin for Handlebars",
"devDependencies": {
"mocha": "1.6.0",
"npm": "3.10.6",
"request": "2.74.0"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/pillarjs/hbs",
"license": "MIT",
"main": "lib/hbs.js",
"name": "hbs",
"repository": {
"type": "git",
"url": "git://github.com/pillarjs/hbs.git"
},
"scripts": {
"test": "mocha"
},
"version": "4.0.1"
}