UNPKG

@utrecht/document-css

Version:

Document component for the Municipality of Utrecht based on the NL Design System architecture

33 lines 748 B
{ "version": "3.0.1", "author": "Community for NL Design System", "description": "Document component for the Municipality of Utrecht based on the NL Design System architecture", "license": "EUPL-1.2", "name": "@utrecht/document-css", "files": [ "dist/", "docs/", "src/", "*.md" ], "main": "dist/index.css", "devDependencies": { "@utrecht/build-utils-css": "0.0.4" }, "keywords": [ "nl-design-system" ], "publishConfig": { "access": "public", "provenance": true }, "repository": { "type": "git+ssh", "url": "git@github.com:nl-design-system/utrecht.git", "directory": "components/document" }, "scripts": { "build": "build-css-package", "clean": "rimraf dist" } }