Skip to content

Commit 20d2b91

Browse files
committed
0.2.0
1 parent ea6e911 commit 20d2b91

File tree

1 file changed

+38
-14
lines changed

1 file changed

+38
-14
lines changed

package.json

Lines changed: 38 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
22
"name": "helper-markdown",
33
"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",
55
"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)",
107
"repository": "helpers/helper-markdown",
118
"bugs": {
129
"url": "https://github.com/helpers/helper-markdown/issues"
1310
},
1411
"license": "MIT",
15-
"files": ["index.js"],
12+
"files": [
13+
"index.js"
14+
],
1615
"main": "index.js",
1716
"engines": {
1817
"node": ">=0.10.0"
1918
},
2019
"scripts": {
21-
"test": "mocha -R spec"
20+
"test": "mocha"
2221
},
2322
"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",
2725
"remarkable": "^1.6.0"
2826
},
2927
"devDependencies": {
30-
"handlebars": "^3.0.3",
28+
"gulp-format-md": "^0.1.5",
29+
"handlebars": "^4.0.5",
30+
"highlight.js": "^9.1.0",
3131
"lodash": "^3.10.1",
32-
"mocha": "^2.2.5",
33-
"should": "^7.0.4"
32+
"mocha": "*",
33+
"should": "*"
3434
},
3535
"keywords": [
3636
"block",
@@ -45,5 +45,29 @@
4545
"md",
4646
"remarkable",
4747
"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+
}
4973
}

0 commit comments

Comments
 (0)