pico/package.json
2020-07-24 11:41:26 +07:00

28 lines
592 B
JSON

{
"name": "@picocss/pico",
"version": "1.0.4",
"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"
}
}