forked from helpers/handlebars-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 2.31 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
{
"name": "handlebars-helpers",
"description": "Extensive collection of Handlebars helpers.",
"version": "0.2.6",
"homepage": "https://github.com/assemble/helper-lib",
"author": {
"name": "assemble",
"url": "https://github.com/assemble/assemble"
},
"contributors": [
{
"name": "Brian Woodward",
"url": "https://github.com/doowb"
},
{
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
}
],
"repository": {
"type": "git",
"url": "git://github.com/assemble/helper-lib.git"
},
"bugs": {
"url": "git://github.com/assemble/helper-lib/isues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/assemble/helper-lib/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"highlight.js": "~7.3.0",
"js-yaml": "~2.0.4",
"lodash": "~1.1.1",
"marked": "~0.2.8",
"mime": "~1.2.9",
"minimatch": "~0.2.12",
"to": "~0.2.9"
},
"devDependencies": {
"amdefine": "0.0.4",
"chai": "~1.5.0",
"coffee-script": "~1.6.2",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-coffee": "~0.6.4",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-uglify": "~0.2.0",
"grunt-mocha-test": "~0.2.0",
"handlebars": "1.0.10",
"minimatch": "~0.2.12",
"should": "~1.2.2",
"to": "~0.2.9"
},
"keywords": [
"assemble",
"block helper",
"client-side templates",
"example helper",
"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",
"helpers",
"javascript templates",
"jst",
"loop handlebars",
"mustache or handlebars",
"mustaches template",
"mustaches templates",
"site builder",
"template helpers",
"templates",
"use handlebars",
"utilities"
]
}