UNPKG

1.27 kBJSONView Raw
1{
2 "name": "express-hbs",
3 "version": "2.3.4",
4 "description": "Express handlebars template engine complete with multiple layouts, partials and blocks.",
5 "keywords": [
6 "express4",
7 "express",
8 "handlebars",
9 "layout",
10 "partials"
11 ],
12 "main": "index.js",
13 "directories": {
14 "example": "example"
15 },
16 "scripts": {
17 "lint": "eslint --ext .js --cache lib/**",
18 "test": "mocha",
19 "posttest": "yarn lint",
20 "coverage": "nyc yarn test",
21 "preship": "yarn test",
22 "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish && git push --follow-tags; fi"
23 },
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/TryGhost/express-hbs"
27 },
28 "bugs": "https://github.com/TryGhost/express-hbs/issues",
29 "author": "Mario Gutierrez <mario@barc.com>",
30 "license": "MIT",
31 "devDependencies": {
32 "cookie-parser": "1.4.5",
33 "eslint": "7.5.0",
34 "express": "4.17.1",
35 "i18n": "0.10.0",
36 "mocha": "8.0.1",
37 "nyc": "15.1.0",
38 "rewire": "5.0.0",
39 "supertest": "4.0.2"
40 },
41 "dependencies": {
42 "bluebird": "^3.5.3",
43 "handlebars": "4.7.6",
44 "lodash": "4.17.19",
45 "readdirp": "3.4.0"
46 },
47 "optionalDependencies": {
48 "js-beautify": "1.11.0"
49 }
50}