-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 927 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
{
"name": "markdown-it-external-preview",
"version": "1.0.5",
"description": "Markdown It plugin for external code preview",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adapttive/markdown-it-external-preview.git"
},
"keywords": [
"markdown-it-plugin",
"markdown-it",
"code",
"markdown",
"github",
"prismjs"
],
"author": "milindsingh <milind7@live.com> (https://adapttive.com/milind)",
"license": "MIT",
"bugs": {
"url": "https://github.com/adapttive/markdown-it-external-preview/issues"
},
"homepage": "https://github.com/adapttive/markdown-it-external-preview#readme",
"devDependencies": {
"markdown-it": "^12.0.3"
},
"dependencies": {
"browser-or-node": "^1.3.0",
"buffer": "^6.0.3",
"jest": "^26.6.3",
"prismjs": "^1.22.0",
"sync-request": "^6.1.0"
}
}