forked from adamculpepper/eleventy-plugin-responsive-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 889 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
{
"name": "eleventy-plugin-responsive-images",
"version": "0.0.4",
"description": "An Eleventy plugin that adds a shortcode to enable you to add a responsive image from your Cloudinary account.",
"main": ".eleventy.js",
"repository": {
"type": "git",
"url": "git+https://github.com/adamculpepper/eleventy-plugin-responsive-images.git"
},
"keywords": [
"11ty",
"eleventy",
"cloudinary",
"responsive",
"responsive-image",
"responsive-images"
],
"author": {
"name": "Adam Culpepper",
"email": "[email protected]",
"url": "https://adamculpepper.net"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/adamculpepper/eleventy-plugin-responsive-images/issues"
},
"homepage": "https://github.com/adamculpepper/eleventy-plugin-responsive-images#readme",
"dependencies": {
"@11ty/eleventy": "^0.11.0"
}
}