forked from TryGhost/express-hbs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 888 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
{
"name": "express-hbs",
"private": true,
"version": "0.5.2-pre",
"description": "Express 3 handlebars template engine complete with multiple layouts, partials and blocks.",
"keywords": [
"express3",
"express",
"handlebars",
"layout",
"partials"
],
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/digitalcuisine/express-hbs"
},
"bugs": "https://github.com/digitalcuisine/express-hbs/issues",
"author": "Mario Gutierrez <mario@barc.com>",
"license": "MIT",
"devDependencies": {
"express": "~3.0.6",
"supertest": "~0.8.1",
"mocha": "~1.9.0",
"grunt": "~0.4.1",
"grunt-mocha-cli": "~1.0.6",
"rewire": "~2.0.0"
},
"dependencies": {
"handlebars": "~1.1.2",
"readdirp": "~0.3.1"
}
}