-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
35 lines (35 loc) · 856 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-embed-twitch",
"version": "1.2.7",
"description": "An Eleventy plugin to automatically embed Twitch streams, using just their URLs.",
"keywords": [
"11ty",
"eleventy",
"eleventy-plugin",
"twitch"
],
"main": ".eleventy.js",
"scripts": {
"test": "npx ava",
"coverage": "nyc --reporter=lcov ava"
},
"files": [
".eleventy.js",
"lib/**"
],
"author": {
"name": "Graham F. Scott",
"email": "[email protected]",
"url": "https://gfscott.com"
},
"license": "MIT",
"homepage": "https://gfscott.com/embed-everything/",
"repository": {
"type": "git",
"url": "https://github.com/gfscott/eleventy-plugin-embed-everything.git"
},
"bugs": "https://github.com/gfscott/eleventy-plugin-embed-everything/issues",
"devDependencies": {
"kleur": "^4.1.5"
}
}