-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 KB
/
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
37
38
{
"name": "eleventy-plugin-feathericons",
"version": "1.1.0",
"description": "Feather is a collection of simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency, and flexibility.",
"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-feathericons.git"
},
"keywords": [
"eleventy",
"eleventy-plugin",
"11ty",
"feather",
"icons",
"feather-icons"
],
"author": {
"name": "Alex Zappa",
"email": "[email protected]",
"url": "https://alex.zappa.dev/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/reatlat/eleventy-plugin-feathericons/issues"
},
"homepage": "https://github.com/reatlat/eleventy-plugin-feathericons#readme",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"cheerio": "^1.0.0-rc.12",
"feather-icons": "^4.29.1"
}
}