forked from peerigon/markdown-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 870 Bytes
/
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
{
"name": "markdown-loader",
"version": "2.0.1",
"description": "markdown-loader for webpack",
"main": "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 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/peerigon/markdown-loader/issues"
},
"homepage": "https://github.com/peerigon/markdown-loader",
"dependencies": {
"loader-utils": "^1.1.0",
"marked": "^0.3.6"
},
"devDependencies": {
"ava": "^0.18.0",
"highlight.js": "^9.9.0",
"html-loader": "^0.4.4",
"webpack": "^2.2.1"
}
}