12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "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 <me@shannonmoeller.com> (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": {}
- }
|