forked from helpers/handlebars-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
119 lines (119 loc) · 2.64 KB
/
bower.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "handlebars-helpers",
"description": "More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, YUI, Ghost or any node.js/Handlebars project.",
"version": "0.6.0",
"homepage": "https://github.com/assemble/handlebars-helpers",
"authors": [
"Brian Woodward (https://github.com/doowb)",
"Jon Schlinkert (https://github.com/jonschlinkert)"
],
"maintainers": [
"Brian Woodward (https://github.com/doowb)",
"Jon Schlinkert (https://github.com/jonschlinkert)"
],
"repository": "assemble/handlebars-helpers",
"bugs": {
"url": "https://github.com/assemble/handlebars-helpers/issues"
},
"license": "MIT",
"files": [
"index.js",
"lib"
],
"main": [
"index.js"
],
"dependencies": {
"arr-filter": "^1.1.1",
"arr-flatten": "^1.0.1",
"array-sort": "^0.1.2",
"create-frame": "^0.1.2",
"define-property": "^0.2.5",
"export-files": "^2.1.1",
"for-in": "^0.1.5",
"for-own": "^0.1.4",
"get-object": "^0.2.0",
"get-value": "^2.0.5",
"helper-date": "^0.2.2",
"helper-markdown": "^0.2.1",
"helper-md": "^0.2.0",
"html-tag": "^0.2.1",
"index-of": "^0.2.0",
"is-even": "^0.1.1",
"is-glob": "^2.0.1",
"is-number": "^2.1.0",
"is-odd": "^0.1.0",
"kind-of": "^3.0.3",
"lazy-cache": "^2.0.1",
"logging-helpers": "^0.4.0",
"make-iterator": "^0.2.0",
"micromatch": "^2.3.8",
"mixin-deep": "^1.1.3",
"normalize-path": "^2.0.1",
"relative": "^3.0.2",
"striptags": "^2.1.1",
"to-gfm-code-block": "^0.1.1"
},
"devDependencies": {
"fs-exists-sync": "^0.1.0",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-format-md": "^0.1.9",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"gulp-unused": "^0.1.2",
"handlebars": "^4.0.5",
"helper-coverage": "^0.1.3",
"markdown-link": "^0.1.1",
"mocha": "^2.4.5",
"should": "^8.3.1",
"template-helpers": "^0.6.3",
"through2": "^2.0.1",
"verb-readme-generator": "^0.1.12"
},
"keywords": [
"assemble",
"block",
"code",
"collections",
"comparisons",
"custom",
"data",
"dates",
"escape",
"example",
"files",
"handlebars",
"helper",
"helpers",
"html",
"i-n",
"index",
"inflections",
"js",
"library",
"list",
"logging",
"loop",
"markdown",
"math",
"miscellaneous",
"numbers",
"path",
"prettify",
"repeat",
"strings",
"template",
"url"
],
"ignore": [
"actual",
"bower_components",
"fixtures",
"node_modules",
"temp",
"test",
"test.js",
"tmp"
]
}