-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 886 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
36
37
38
{
"name": "remark-containers",
"version": "1.2.0",
"description": "Markdown parsing for custom containers",
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"files": [
"src/**"
],
"repository": {
"type": "git",
"url": "git://github.com/nevenall/remark-containers.git"
},
"keywords": [
"markdown",
"remark",
"unified"
],
"author": "Dan 'nevenall' Behlings",
"license": "MIT",
"bugs": {
"url": "https://github.com/nevenall/remark-containers/issues"
},
"homepage": "https://github.com/nevenall/remark-containers#readme",
"devDependencies": {
"mocha": "^6.2.2",
"rehype-format": "^3.0.0",
"rehype-parse": "^6.0.2",
"rehype-remark": "^7.0.0",
"rehype-stringify": "^6.0.1",
"remark-parse": "^7.0.2",
"remark-rehype": "^5.0.0",
"unified": "^8.4.2",
"vfile-reporter": "^6.0.0"
}
}