UNPKG

2.35 kBJSONView Raw
1{
2 "name": "load-templates",
3 "description": "Load templates.",
4 "version": "0.4.4",
5 "homepage": "https://github.com/jonschlinkert/load-templates",
6 "author": {
7 "name": "Jon Schlinkert",
8 "url": "https://github.com/jonschlinkert"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/jonschlinkert/load-templates.git"
13 },
14 "bugs": {
15 "url": "https://github.com/jonschlinkert/load-templates/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/jonschlinkert/load-templates/blob/master/LICENSE-MIT"
21 }
22 ],
23 "main": "index.js",
24 "engines": {
25 "node": ">=0.10.0"
26 },
27 "scripts": {
28 "test": "mocha -R spec"
29 },
30 "devDependencies": {
31 "chalk": "^0.5.1",
32 "mocha": "*",
33 "should": "^4.0.4",
34 "verb": ">= 0.2.6",
35 "verb-tag-jscomments": ">= 0.2.0"
36 },
37 "dependencies": {
38 "arr": "^0.1.4",
39 "debug": "^2.0.0",
40 "for-own": "^0.1.2",
41 "gray-matter": "^0.5.1",
42 "has-any": "^0.1.0",
43 "has-any-deep": "^0.2.0",
44 "kind-of": "^0.1.0",
45 "map-files": "^0.2.0",
46 "object.omit": "^0.2.0",
47 "object.pick": "^0.1.1",
48 "omit-empty": "^0.3.0",
49 "omit-keys": "^0.1.0",
50 "reduce-object": "^0.1.3"
51 },
52 "keywords": [
53 "array",
54 "assemble",
55 "atpl",
56 "cache",
57 "coffee",
58 "compile",
59 "consolidate",
60 "content",
61 "data",
62 "delimiters",
63 "delims",
64 "docs",
65 "documentation",
66 "dot",
67 "dust",
68 "dustjs",
69 "dustjs-helpers",
70 "dustjs-linkedin",
71 "eco",
72 "ect",
73 "ejs",
74 "engine",
75 "engines",
76 "express",
77 "front",
78 "generate",
79 "generator",
80 "glob",
81 "gray",
82 "gray-matter",
83 "haml",
84 "haml-coffee",
85 "hamljs",
86 "handlebars",
87 "helpers",
88 "hogan",
89 "hogan-js",
90 "jade",
91 "jazz",
92 "jqtpl",
93 "js",
94 "linkedin",
95 "lo-dash",
96 "load",
97 "loader",
98 "lodash",
99 "markdown",
100 "matter",
101 "mocha",
102 "mote",
103 "mustache",
104 "noop",
105 "nunjucks",
106 "object",
107 "parse",
108 "parser",
109 "parsers",
110 "pass-through",
111 "patterns",
112 "process",
113 "qejs",
114 "ractive",
115 "render",
116 "should",
117 "string",
118 "swig",
119 "template",
120 "templates",
121 "templayed",
122 "tmpl",
123 "toffee",
124 "underscore",
125 "verb",
126 "view",
127 "walrus",
128 "whiskers",
129 "yaml"
130 ]
131}