UNPKG

eleventy-plugin-phosphoricons

Version:

A flexible icon family for interfaces, diagrams, presentations — whatever, really.

40 lines (39 loc) 1.21 kB
{ "name": "eleventy-plugin-phosphoricons", "version": "1.3.0", "description": "A flexible icon family for interfaces, diagrams, presentations — whatever, really.", "main": ".eleventy.js", "scripts": { "update:icons.json": "node ./fetchIconsNames.js", "build": "npx eleventy --config=./demo/.eleventy.js --input=./demo --output=./_site", "dev": "npx eleventy --serve --config=./demo/.eleventy.js --input=./demo --output=./_site", "test": "npx eleventy --config=./demo/.eleventy.js --input=./demo --output=./_site " }, "repository": { "type": "git", "url": "git+https://github.com/reatlat/eleventy-plugin-phosphoricons.git" }, "keywords": [ "eleventy", "eleventy-plugin", "11ty", "phosphor", "icons", "phosphor-icons" ], "author": { "name": "Alex Zappa", "email": "alex@zappa.dev", "url": "https://alex.zappa.dev/" }, "license": "MIT", "bugs": { "url": "https://github.com/reatlat/eleventy-plugin-phosphoricons/issues" }, "homepage": "https://eleventy-plugin-phosphoricons.netlify.app/", "dependencies": { "@11ty/eleventy": "^2.0.1", "@phosphor-icons/core": "^2.1.1", "cheerio": "^1.0.0-rc.12" } }