-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
58 lines (58 loc) · 1.49 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "handlebars-layouts",
"version": "3.1.4",
"description": "Handlebars helpers which implement layout blocks similar to Jade, Jinja, Nunjucks, Swig, and Twig.",
"keywords": [
"blocks",
"dust",
"express",
"handlebars",
"hbs",
"jade",
"layout",
"mote",
"mustache",
"nunjucks",
"swig",
"twig"
],
"homepage": "https://github.com/shannonmoeller/handlebars-layouts",
"bugs": "https://github.com/shannonmoeller/handlebars-layouts/issues",
"license": "MIT",
"author": "Shannon Moeller <[email protected]> (http://shannonmoeller.com)",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/shannonmoeller/handlebars-layouts.git"
},
"scripts": {
"gulp": "gulp",
"prepublish": "gulp build",
"report": "cat ./coverage/lcov.info | coveralls",
"test": "gulp test",
"zuul": "zuul --local -- test/handlebars-layouts.spec.js"
},
"devDependencies": {
"babel-eslint": "^4.1.1",
"browserify": "^10.2.4",
"consolidate": "^0.13.1",
"coveralls": "^2.11.2",
"expect": "^1.6.0",
"express": "^4.12.4",
"gulp": "^3.9.0",
"gulp-eslint": "^0.14.0",
"gulp-istanbul": "^0.10.0",
"gulp-mocha": "^2.1.1",
"gulp-prettify": "^0.3.0",
"handlebars": "~3.0",
"jshint-stylish": "^2.0.0",
"through2": "^2.0.0",
"vinyl-fs": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"zuul": "^3.0.0"
},
"engines": {
"node": ">= 0.10"
},
"dependencies": {}
}