-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
52 lines (52 loc) · 1.62 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
{
"name": "handlebars-helper-compose",
"version": "0.2.11",
"description": "{{compose}} handlebars helper. Inlines content from multiple files optionally using wildcard (globbing/minimatch) patterns, extracts YAML front matter to pass to context for each file. Accepts compare function as 3rd parameter for sorting inlined files. Good for blog posts, chapters, etc.",
"homepage": "https://github.com/helpers/handlebars-helper-compose",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "https://github.com/helpers/handlebars-helper-compose.git"
},
"bugs": {
"url": "https://github.com/helpers/handlebars-helper-compose/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/helpers/handlebars-helper-compose/blob/master/LICENSE-MIT"
}
],
"main": "./index.js",
"dependencies": {
"fs-utils": "~0.1.5",
"globule": "~0.2.0",
"lodash": "~2.4.0",
"marked": "0.3.0",
"marked-extras": "~0.2.0",
"underscore.string": "~2.3.3",
"gray-matter": "~0.2.6"
},
"devDependencies": {
"assemble": "~0.4.34",
"assemble-contrib-permalinks": "~0.3.2",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-readme": "~0.4.5",
"grunt-repos": "~0.1.2",
"grunt-sync-pkg": "~0.1.2",
"handlebars-helper-prettify": "~0.2.1",
"handlebars-helper-slugify": "~0.2.0",
"time-grunt": "~0.2.8"
},
"keywords": [
"handlebars helper",
"handlebars-helper-prettify",
"handlebars-helper-slugify",
"helper"
]
}