-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 806 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 806 Bytes
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
{
"name": "blog-loader",
"version": "0.0.3",
"description": "A webpack loader to render markdown files to HTML for a blog!",
"main": "index.js",
"scripts": {
"test": "echo \"TODO\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/assertible/blog-loader.git"
},
"keywords": [
"webpack",
"blog loader",
"markdown loader",
"webpack loader"
],
"author": "Cody Reichert <codyreichert@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/assertible/blog-loader/issues"
},
"homepage": "https://github.com/assertible/blog-loader#readme",
"dependencies": {
"htmlparser": "1.7.7",
"loader-utils": "1.1.0",
"marked": "0.7.0",
"marked-bootstrap-4-renderer": "0.0.2",
"yaml-front-matter": "3.4.0"
}
}