aboutsummaryrefslogtreecommitdiff
path: root/node_modules/express-handlebars/package.json
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-16 13:17:06 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-16 13:17:06 +0000
commitdc46b87abee1e441c07524ddde67fd902a919336 (patch)
tree13eba08b8655dfd78e9600ec5f612011a0bf3b35 /node_modules/express-handlebars/package.json
parent26f4b38e9e5a202756a7c33abc775aea2617aeaf (diff)
added some dependencies to package.json
Diffstat (limited to 'node_modules/express-handlebars/package.json')
-rw-r--r--node_modules/express-handlebars/package.json71
1 files changed, 0 insertions, 71 deletions
diff --git a/node_modules/express-handlebars/package.json b/node_modules/express-handlebars/package.json
deleted file mode 100644
index e628fa6..0000000
--- a/node_modules/express-handlebars/package.json
+++ /dev/null
@@ -1,71 +0,0 @@
-{
- "name": "express-handlebars",
- "description": "A Handlebars view engine for Express which doesn't suck.",
- "version": "3.0.0",
- "homepage": "https://github.com/ericf/express-handlebars",
- "keywords": [
- "express",
- "express3",
- "handlebars",
- "view",
- "layout",
- "partials",
- "templates"
- ],
- "author": {
- "name": "Eric Ferraiuolo",
- "email": "eferraiuolo@gmail.com",
- "url": "http://ericf.me/"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/ericf/express-handlebars.git"
- },
- "bugs": {
- "url": "https://github.com/ericf/express-handlebars/issues"
- },
- "engines": {
- "node": ">=0.10"
- },
- "dependencies": {
- "glob": "^6.0.4",
- "graceful-fs": "^4.1.2",
- "handlebars": "^4.0.5",
- "object.assign": "^4.0.3",
- "promise": "^7.0.0"
- },
- "main": "index.js",
- "directories": {
- "example": "examples"
- },
- "devDependencies": {},
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "license": "BSD-3-Clause",
- "gitHead": "a7076983c39916a6525c244a8e3a39638759a318",
- "_id": "express-handlebars@3.0.0",
- "_shasum": "80a070bb819b09e4af2ca6d0780f75ce05e75c2f",
- "_from": "express-handlebars@>=3.0.0 <4.0.0",
- "_npmVersion": "1.4.29",
- "_npmUser": {
- "name": "sahat",
- "email": "sakhat@gmail.com"
- },
- "maintainers": [
- {
- "name": "ericf",
- "email": "eferraiuolo@gmail.com"
- },
- {
- "name": "sahat",
- "email": "sakhat@gmail.com"
- }
- ],
- "dist": {
- "shasum": "80a070bb819b09e4af2ca6d0780f75ce05e75c2f",
- "tarball": "https://registry.npmjs.org/express-handlebars/-/express-handlebars-3.0.0.tgz"
- },
- "_resolved": "https://registry.npmjs.org/express-handlebars/-/express-handlebars-3.0.0.tgz",
- "readme": "ERROR: No README data found!"
-}