forked from ericf/express-handlebars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 889 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "express-handlebars",
"description": "A Handlebars view engine for Express which doesn't suck.",
"version": "1.0.3",
"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": "^4.0.3",
"graceful-fs": "^3.0.2",
"handlebars": "^2.0.0-alpha.4",
"promise": "^5.0.0",
"semver": "^3.0.1"
},
"main": "index.js",
"directories": {
"lib": "./lib"
}
}