UNPKG

markdown-loader

Version:
39 lines (38 loc) 810 B
{ "name": "markdown-loader", "version": "6.0.0", "description": "markdown-loader for webpack", "main": "index.js", "files": [ "index.js" ], "scripts": { "test": "ava test/*.test.js" }, "repository": { "type": "git", "url": "https://github.com/peerigon/markdown-loader" }, "keywords": [ "webpack", "plugin", "markdown", "html" ], "author": "peerigon <developers@peerigon.com>", "license": "MIT", "bugs": { "url": "https://github.com/peerigon/markdown-loader/issues" }, "homepage": "https://github.com/peerigon/markdown-loader", "dependencies": { "loader-utils": "^1.2.3", "marked": "^0.7.0" }, "devDependencies": { "ava": "^2.2.0", "highlight.js": "^9.15.9", "html-loader": "^1.3.0", "webpack": "^4.38.0" } }