-
-
Notifications
You must be signed in to change notification settings - Fork 364
/
bower.json
143 lines (143 loc) · 3.67 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "handlebars-helpers",
"description": "More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate, Verb, Ghost, gulp-handlebars, grunt-handlebars, consolidate, or any node.js/Handlebars project.",
"version": "0.9.8",
"homepage": "https://github.com/helpers/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": "helpers/handlebars-helpers",
"bugs": {
"url": "https://github.com/helpers/handlebars-helpers/issues"
},
"license": "MIT",
"files": [
"index.js",
"lib"
],
"main": [
"index.js"
],
"dependencies": {
"arr-flatten": "^1.1.0",
"array-sort": "^0.1.4",
"create-frame": "^1.0.0",
"define-property": "^1.0.0",
"falsey": "^0.3.2",
"for-in": "^1.0.2",
"for-own": "^1.0.0",
"get-object": "^0.2.0",
"get-value": "^2.0.6",
"handlebars": "^4.0.11",
"handlebars-helper-create-frame": "^0.1.0",
"handlebars-utils": "^1.0.6",
"has-value": "^1.0.0",
"helper-date": "^1.0.1",
"helper-markdown": "^1.0.0",
"helper-md": "^0.2.2",
"html-tag": "^2.0.0",
"is-even": "^1.0.0",
"is-glob": "^4.0.0",
"is-number": "^4.0.0",
"kind-of": "^6.0.0",
"lazy-cache": "^2.0.2",
"logging-helpers": "^1.0.0",
"micromatch": "^3.1.4",
"relative": "^3.0.2",
"striptags": "^3.1.0",
"to-gfm-code-block": "^0.1.1",
"year": "^0.2.1"
},
"devDependencies": {
"engine-handlebars": "^0.8.2",
"fs-exists-sync": "^0.1.0",
"global-modules": "^1.0.0",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-format-md": "^1.0.0",
"gulp-istanbul": "^1.1.2",
"gulp-mocha": "^3.0.1",
"gulp-unused": "^0.2.1",
"helper-changelog": "^0.3.0",
"helper-coverage": "^0.1.3",
"is-valid-app": "^0.3.0",
"js-yaml": "^3.10.0",
"markdown-link": "^0.1.1",
"mocha": "^3.5.2",
"template-helpers": "^0.6.7",
"templates": "^1.2.9",
"through2": "^2.0.3",
"verb-generate-readme": "^0.6.0",
"vinyl": "^2.1.0"
},
"keywords": [
"array",
"assemble",
"collection",
"comparison",
"date",
"handlebars",
"helper",
"html",
"i18n",
"inflection",
"log",
"logging",
"markdown",
"math",
"number",
"object",
"path",
"repeat",
"string",
"template",
"time",
"url",
"util",
"utility"
],
"ignore": [
"actual",
"bower_components",
"fixtures",
"node_modules",
"temp",
"test",
"test.js",
"tmp"
],
"contributors": [
"Adrián Mugnolo (https://github.com/xymbol)",
"Brian Woodward (https://twitter.com/doowb)",
"Dan Gorby (https://plus.google.com/+GreenRaccoon23)",
"Foundy (http://foundy.io)",
"Hariadi Hinta (http://www.hariadi.org)",
"Jan Stola (https://github.com/iamstolis)",
"Jocelyn Badgley (http://www.chipersoft.com)",
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"Laurent Goderre (https://github.com/LaurentGoderre)",
"Liam Moat (http://www.liammoat.com)",
"Makoto Tateno (https://github.com/makotot)",
"Mikko Tapionlinna (http://mikko.tapionlinna.fi)",
"Oleg Orlov (https://github.com/efender)",
"Paul Welsh (paulwelsh.info)",
"Rob (https://github.com/robsilva)",
"Stephen Way (http://stephenway.net)"
],
"lintDeps": {
"devDependencies": {
"files": {
"patterns": [
"test/integration/*.js",
"test/support/*.js",
"test/utils/*.js"
]
}
}
}
}