-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 918 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
{
"name": "eleventy-plugin-vidyard",
"version": "1.0.1",
"description": "This Eleventy plugin generate embeds responsive Vidyard videos from share URLs.",
"main": ".eleventy.js",
"scripts": {
"build": "cd demo/; npx eleventy",
"dev": "cd demo/; npx eleventy --serve",
"test": "cd demo/; npx eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reatlat/eleventy-plugin-vidyard.git"
},
"keywords": [
"eleventy",
"eleventy-plugin",
"11ty",
"vidyard",
"video"
],
"author": {
"name": "Alex Zappa",
"email": "alex@zappa.dev",
"url": "https://alex.zappa.dev/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/reatlat/eleventy-plugin-vidyard/issues"
},
"homepage": "https://github.com/reatlat/eleventy-plugin-vidyard#readme",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"is-url": "^1.2.4"
}
}