UNPKG

1.51 kBJSONView Raw
1{
2 "name": "layouts",
3 "description": "Wrap templates with layouts. Layouts can be nested and optionally use other layouts.",
4 "version": "0.9.0",
5 "homepage": "https://github.com/doowb/layouts",
6 "author": {
7 "name": "Brian Woodward",
8 "url": "https://github.com/doowb"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/doowb/layouts.git"
13 },
14 "bugs": {
15 "url": "https://github.com/doowb/layouts/issues"
16 },
17 "license": {
18 "type": "MIT",
19 "url": "https://github.com/doowb/layouts/blob/master/LICENSE"
20 },
21 "files": [
22 "index.js"
23 ],
24 "main": "index.js",
25 "engines": {
26 "node": ">=0.10.0"
27 },
28 "scripts": {
29 "test": "mocha"
30 },
31 "dependencies": {
32 "delimiter-regex": "^1.3.0",
33 "falsey": "^0.2.1",
34 "get-value": "^1.0.4"
35 },
36 "devDependencies": {
37 "lodash": "^3.5.0",
38 "mocha": "^2.2.0",
39 "should": "^5.1.0"
40 },
41 "keywords": [
42 "atpl",
43 "consolidate",
44 "dot",
45 "dust",
46 "eco",
47 "ect",
48 "ejs",
49 "engine",
50 "engines",
51 "express",
52 "haml-coffee",
53 "hamljs",
54 "handlebars",
55 "hogan.js",
56 "jade",
57 "jazz",
58 "jqtpl",
59 "layout",
60 "layouts",
61 "liquor",
62 "lodash",
63 "mote",
64 "mustache",
65 "nest",
66 "nested",
67 "nunjucks",
68 "page",
69 "qejs",
70 "ractive",
71 "stack",
72 "stacked",
73 "swig",
74 "template",
75 "templates",
76 "templayed",
77 "tmpl",
78 "toffee",
79 "transformers",
80 "underscore",
81 "walrus",
82 "whiskers",
83 "wrap"
84 ]
85}