forked from helpers/handlebars-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 2.98 KB
/
package.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": "120+ Handlebars helpers in ~20 categories, for Assemble, YUI, Ghost or any Handlebars project. There are many interesting helpers in this project, including {{i18}}, {{markdown}}, {{relative}}, {{prettify}}, {{moment}}, and so on.",
"version": "0.3.16",
"homepage": "https://github.com/assemble/handlebars-helpers",
"author": {
"name": "Assemble",
"url": "https://github.com/assemble/assemble/handlebars-helpers"
},
"contributors": [
{
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
{
"name": "Brian Woodward",
"url": "https://github.com/doowb"
}
],
"repository": {
"type": "git",
"url": "git://github.com/assemble/handlebars-helpers.git"
},
"bugs": {
"url": "https://github.com/assemble/handlebars-helpers/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/assemble/handlebars-helpers/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"handlebars": "1.0.10",
"helper-prettify": "~0.1.7",
"helper-repeat": "~0.1.0",
"highlight.js": "~7.3.0",
"iconv-lite": "~0.2.11",
"js-prettify": "~1.4.0",
"js-yaml": "~2.1.0",
"lodash": "~1.3.1",
"marked": "~0.2.9",
"matchdep": "~0.3.0",
"matchkeys": "~0.1.3",
"mime": "~1.2.10",
"minimatch": "~0.2.12",
"sort-object": "0.0.4",
"to": "~0.2.9"
},
"devDependencies": {
"amdefine": "0.0.4",
"chai": "~1.5.0",
"chalk": "~0.2.1",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-mocha-test": "~0.2.0",
"grunt-readme": "~0.1.5",
"should": "~1.2.2"
},
"keywords": [
"assemble helpers",
"block helper",
"code helpers",
"collections helpers",
"comparisons helpers",
"data helpers",
"dates helpers",
"example helper",
"files helpers",
"handle bars js",
"handlebar helper",
"handlebars block helper",
"handlebars custom helpers",
"handlebars escape",
"handlebars for loop",
"handlebars helper",
"handlebars helpers",
"handlebars if helper",
"handlebars list",
"handlebars loop index",
"handlebars loop",
"handlebars register helper",
"handlebars view helper",
"handlebars",
"helper library",
"helper",
"helper-prettify",
"helper-repeat",
"helpers",
"html helpers",
"i18n helpers",
"inflections helpers",
"logging helpers",
"loop handlebars",
"markdown helper",
"markdown helpers",
"math helpers",
"miscellaneous helpers",
"numbers helpers",
"path helpers",
"prettify helper",
"repeat helper",
"strings helpers",
"template helpers",
"url helpers",
"utilities"
]
}