mirror of
https://github.com/picocss/pico.git
synced 2025-02-23 00:01:58 -05:00
28 lines
590 B
JSON
28 lines
590 B
JSON
{
|
|
"name": "@picocss/pico",
|
|
"version": "1.3.0",
|
|
"description": "Graceful & Minimal CSS design system in pure semantic HTML",
|
|
"author": "Lucas Larroche",
|
|
"main": "css/pico.min.css",
|
|
"homepage": "https://picocss.com",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/picocss/pico.git"
|
|
},
|
|
"keywords": [
|
|
"css",
|
|
"css-framework",
|
|
"dark-theme",
|
|
"dark-mode",
|
|
"semantic",
|
|
"minimal",
|
|
"lightweight",
|
|
"scss-framework",
|
|
"native-html"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/picocss/pico/issues"
|
|
}
|
|
}
|