-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 953 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 953 Bytes
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
{
"name": "@dice-roller/markdown-it-dice-roller",
"version": "1.2.0",
"description": "A plugin for markdown-it to allow rolling of dice in Markdown documents.",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dice-roller/markdown-it-dice-roller.git"
},
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"dice",
"roller",
"dice",
"roller"
],
"author": "GreenImp Media <info@greenimp.co.uk> (https://greenimp.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dice-roller/markdown-it-dice-roller/issues"
},
"homepage": "https://github.com/dice-roller/markdown-it-dice-roller#readme",
"peerDependencies": {
"markdown-it": "^14.1.0",
"@dice-roller/vue": "^1.2.1||^1.3.0",
"@dice-roller/rpg-dice-roller": "^5.5.0"
}
}