UNPKG

@spectrum-css/icon

Version:
58 lines (57 loc) 1.34 kB
{ "name": "@spectrum-css/icon", "version": "9.1.0", "description": "The Spectrum CSS icon component", "license": "Apache-2.0", "author": "Adobe", "homepage": "https://opensource.adobe.com/spectrum-css/?path=/docs/components-icon--docs", "repository": { "type": "git", "url": "https://github.com/adobe/spectrum-css.git", "directory": "components/icon" }, "bugs": { "url": "https://github.com/adobe/spectrum-css/issues" }, "exports": { ".": "./dist/index.css", "./*.md": "./*.md", "./dist/*": "./dist/*", "./index-*.css": "./dist/index-*.css", "./index.css": "./dist/index.css", "./metadata.json": "./dist/metadata.json", "./package.json": "./package.json", "./stories/*": "./stories/*" }, "main": "dist/index.css", "peerDependencies": { "@spectrum-css/tokens": ">=16.0.0 <17.0.0" }, "peerDependenciesMeta": { "@spectrum-css/tokens": { "optional": true } }, "devDependencies": { "@spectrum-css/tokens": "16.0.1" }, "keywords": [ "design-system", "spectrum", "spectrum-css", "adobe", "adobe-spectrum", "component", "css" ], "publishConfig": { "access": "public" }, "spectrum": [ { "guidelines": "https://spectrum.adobe.com/page/iconography", "rootClass": "spectrum-Icon", "swc": "https://opensource.adobe.com/spectrum-web-components/components/icon/" } ] }