-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 854 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": "eleventy-plugin-drawio",
"version": "0.3.0",
"description": "Embed local .drawio diagrams in your eleventy site",
"exports": {
".": "./plugin.js",
"./api": "./lib/api.js"
},
"files": [ "plugin.js", "lib", "README.md" ],
"scripts": {
"inspect": "npm exec --node-options='--inspect-brk' -- eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kev4ev/eleventy-plugin-drawio.git"
},
"keywords": [
"eleventy",
"11ty",
"drawio",
"diagrams.net"
],
"author": "kev4ev",
"license": "MIT",
"bugs": {
"url": "https://github.com/kev4ev/eleventy-plugin-drawio/issues"
},
"homepage": "https://github.com/kev4ev/eleventy-plugin-drawio",
"devDependencies": {
"@11ty/eleventy": "^1.0.2"
},
"peerDependencies": {
"@11ty/eleventy": "^1.0"
}
}