File tree Expand file tree Collapse file tree 1 file changed +38
-14
lines changed Expand file tree Collapse file tree 1 file changed +38
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " helper-markdown" ,
3
3
"description" : " Markdown template helper. Uses remarkable to render markdown in templates. Should work with Handlebars, Lo-Dash or any template engine that supports helper functions." ,
4
- "version" : " 0.1.2 " ,
4
+ "version" : " 0.2.0 " ,
5
5
"homepage" : " https://github.com/helpers/helper-markdown" ,
6
- "author" : {
7
- "name" : " Jon Schlinkert" ,
8
- "url" : " https://github.com/jonschlinkert"
9
- },
6
+ "author" : " Jon Schlinkert (https://github.com/jonschlinkert)" ,
10
7
"repository" : " helpers/helper-markdown" ,
11
8
"bugs" : {
12
9
"url" : " https://github.com/helpers/helper-markdown/issues"
13
10
},
14
11
"license" : " MIT" ,
15
- "files" : [" index.js" ],
12
+ "files" : [
13
+ " index.js"
14
+ ],
16
15
"main" : " index.js" ,
17
16
"engines" : {
18
17
"node" : " >=0.10.0"
19
18
},
20
19
"scripts" : {
21
- "test" : " mocha -R spec "
20
+ "test" : " mocha"
22
21
},
23
22
"dependencies" : {
24
- "extend-shallow" : " ^2.0.1" ,
25
- "highlight.js" : " ^8.7.0" ,
26
- "lazy-cache" : " ^0.2.3" ,
23
+ "isobject" : " ^2.0.0" ,
24
+ "mixin-deep" : " ^1.1.3" ,
27
25
"remarkable" : " ^1.6.0"
28
26
},
29
27
"devDependencies" : {
30
- "handlebars" : " ^3.0.3" ,
28
+ "gulp-format-md" : " ^0.1.5" ,
29
+ "handlebars" : " ^4.0.5" ,
30
+ "highlight.js" : " ^9.1.0" ,
31
31
"lodash" : " ^3.10.1" ,
32
- "mocha" : " ^2.2.5 " ,
33
- "should" : " ^7.0.4 "
32
+ "mocha" : " * " ,
33
+ "should" : " * "
34
34
},
35
35
"keywords" : [
36
36
" block" ,
45
45
" md" ,
46
46
" remarkable" ,
47
47
" template"
48
- ]
48
+ ],
49
+ "verb" : {
50
+ "related" : {
51
+ "list" : [
52
+ " assemble" ,
53
+ " handlebars" ,
54
+ " lodash" ,
55
+ " template" ,
56
+ " underscore" ,
57
+ " verb"
58
+ ]
59
+ },
60
+ "reflinks" : [
61
+ " assemble" ,
62
+ " handlebars" ,
63
+ " lodash" ,
64
+ " templates" ,
65
+ " underscore" ,
66
+ " verb"
67
+ ],
68
+ "plugins" : [
69
+ " gulp-format-md"
70
+ ],
71
+ "layout" : " default"
72
+ }
49
73
}
You can’t perform that action at this time.
0 commit comments