UNPKG

592 BJSONView Raw
1{
2 "name": "@picocss/pico",
3 "version": "1.0.5",
4 "description": "Graceful & Minimal CSS design system in pure semantic HTML",
5 "author": "Lucas Larroche",
6 "main": "./css/pico.min.css",
7 "homepage": "https://picocss.com",
8 "license": "MIT",
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/picocss/pico.git"
12 },
13 "keywords": [
14 "css",
15 "css-framework",
16 "dark-theme",
17 "dark-mode",
18 "semantic",
19 "minimal",
20 "lightweight",
21 "scss-framework",
22 "native-html"
23 ],
24 "bugs": {
25 "url": "https://github.com/picocss/pico/issues"
26 }
27}