UNPKG

kitten-icons

Version:

A subset of the Phosphor icon set in Kitten component format.

42 lines (41 loc) 1.12 kB
{ "name": "kitten-icons", "version": "4.1.0", "main": "icons.mjs", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "generate": "node generate.mjs" }, "keywords": ["Kitten", "Small Web", "Small Tech", "icons", "Phosphor", "Phosphor icons", "JavaScript", "NodeJS", "web", "dev"], "homepage": "https://codeberg.org/kitten/icons#kitten-icons", "repository": { "type": "git", "url": "https://codeberg.org/kitten/icons" }, "bugs": "https://codeberg.org/kitten/icons/issues", "funding": { "type": "foundation", "url": "https://small-tech.org/fund-us/" }, "contributors": [ { "name": "Aral Balkan", "email": "aral@small-tech.org", "url": "https://ar.al" }, { "name": "Helena Zhang", "url": "https://helenazhang.com/" }, { "name": "Tobias Fried", "url": "https://tobiasfried.com/" } ], "license": "AGPL-version-3.0", "description": "A subset of the Phosphor icon set in Kitten component format.", "devDependencies": { "@phosphor-icons/core": "^2.1.1" } }