-
Notifications
You must be signed in to change notification settings - Fork 384
/
package.json
42 lines (42 loc) · 983 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
42
{
"name": "express-handlebars",
"description": "A Handlebars view engine for Express which doesn't suck.",
"version": "3.1.0",
"homepage": "https://github.com/ericf/express-handlebars",
"keywords": [
"express",
"express3",
"handlebars",
"view",
"layout",
"partials",
"templates"
],
"author": "Eric Ferraiuolo <[email protected]> (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": "^7.1.3",
"graceful-fs": "^4.1.2",
"handlebars": "^4.1.2",
"object.assign": "^4.1.0",
"promise": "^8.0.2"
},
"main": "index.js",
"directories": {
"example": "examples"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "BSD-3-Clause"
}