forked from ddormer/markdown-to-bbcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 807 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
{
"name": "markdown-to-bbcode",
"dependencies": {
"commonmark": "^0.29.3",
"html-escaper": "^3.0.3",
"mdurl": "^1.0.1"
},
"description": "BBCode renderer for commonmark.js",
"main": "dist/markdown-to-bbcode.node.js",
"version": "0.3.2",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ddormer/markdown-to-bbcode.git"
},
"keywords": [
"markdown",
"bbcode"
],
"author": "Darren Dormer",
"license": "MIT",
"bugs": {
"url": "https://github.com/ddormer/markdown-to-bbcode/issues"
},
"homepage": "https://github.com/ddormer/markdown-to-bbcode#readme",
"devDependencies": {
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0"
}
}