UNPKG

3.12 kBJSONView Raw
1{
2 "name": "templates",
3 "description": "System for creating and managing template collections, and rendering templates with any node.js template engine. Can be used as the basis for creating a static site generator or blog framework.",
4 "version": "0.24.0",
5 "homepage": "https://github.com/jonschlinkert/templates",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "jonschlinkert/templates",
8 "bugs": {
9 "url": "https://github.com/jonschlinkert/templates/issues"
10 },
11 "license": "MIT",
12 "files": [
13 "index.js",
14 "lib"
15 ],
16 "engines": {
17 "node": ">=4.0.0"
18 },
19 "scripts": {
20 "test": "mocha",
21 "ci": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
22 },
23 "dependencies": {
24 "array-sort": "^0.1.2",
25 "async-each": "^1.0.0",
26 "base": "^0.11.1",
27 "base-data": "^0.6.0",
28 "base-engines": "^0.2.0",
29 "base-helpers": "^0.1.1",
30 "base-option": "^0.8.3",
31 "base-plugins": "^0.4.13",
32 "base-routes": "^0.2.1",
33 "debug": "^2.2.0",
34 "deep-bind": "^0.3.0",
35 "define-property": "^0.2.5",
36 "engine-base": "^0.1.2",
37 "export-files": "^2.1.1",
38 "extend-shallow": "^2.0.1",
39 "falsey": "^0.3.0",
40 "get-value": "^2.0.6",
41 "get-view": "^0.1.1",
42 "group-array": "^0.3.0",
43 "has-glob": "^0.1.1",
44 "has-value": "^0.3.1",
45 "inflection": "^1.10.0",
46 "is-valid-app": "^0.2.0",
47 "layouts": "^0.11.0",
48 "lazy-cache": "^2.0.1",
49 "match-file": "^0.2.0",
50 "mixin-deep": "^1.1.3",
51 "paginationator": "^0.1.3",
52 "pascalcase": "^0.1.1",
53 "set-value": "^0.3.3",
54 "template-error": "^0.1.2",
55 "vinyl-item": "^0.1.0",
56 "vinyl-view": "^0.1.0"
57 },
58 "devDependencies": {
59 "ansi-red": "^0.1.1",
60 "base-test-runner": "^0.2.0",
61 "base-test-suite": "^0.1.12",
62 "ent": "^2.2.0",
63 "gulp": "^3.9.1",
64 "gulp-eslint": "^2.1.0",
65 "gulp-format-md": "^0.1.9",
66 "gulp-istanbul": "^1.0.0",
67 "gulp-mocha": "^2.2.0",
68 "gulp-unused": "^0.1.2",
69 "remarkable": "^1.6.2",
70 "verb-readme-generator": "^0.1.16",
71 "yargs-parser": "^2.4.0"
72 },
73 "keywords": [
74 "compile",
75 "consolidate",
76 "engine",
77 "engines",
78 "haml-coffee",
79 "handlebars",
80 "helpers",
81 "lodash",
82 "process",
83 "render",
84 "template",
85 "templates"
86 ],
87 "verb": {
88 "toc": {
89 "render": true
90 },
91 "layout": "default",
92 "plugins": [
93 "gulp-format-md"
94 ],
95 "related": {
96 "list": [
97 "assemble",
98 "en-route",
99 "engine",
100 "layouts",
101 "verb"
102 ]
103 },
104 "reflinks": [
105 "array-sort",
106 "assemble",
107 "base",
108 "base-data",
109 "base-engine",
110 "base-helpers",
111 "base-routes",
112 "engine-cache",
113 "group-array",
114 "paginationator",
115 "verb",
116 "verb-readme-generator",
117 "vinyl",
118 "vinyl-item",
119 "vinyl-view"
120 ],
121 "lint": {
122 "reflinks": true
123 }
124 },
125 "lintDeps": {
126 "ignore": [
127 "coverage"
128 ]
129 }
130}