pico/package.json

30 lines
628 B
JSON
Raw Normal View History

2019-12-11 13:55:07 +07:00
{
"name": "@picocss/pico",
2021-07-25 16:48:01 +07:00
"version": "1.3.3",
2019-12-11 13:55:07 +07:00
"description": "Graceful & Minimal CSS design system in pure semantic HTML",
2019-12-11 15:07:21 +07:00
"author": "Lucas Larroche",
2020-10-27 10:42:27 +07:00
"main": "css/pico.min.css",
2019-12-11 13:55:07 +07:00
"homepage": "https://picocss.com",
"license": "MIT",
"repository": {
"type": "git",
2019-12-11 15:07:21 +07:00
"url": "git+https://github.com/picocss/pico.git"
2019-12-11 13:55:07 +07:00
},
"keywords": [
"css",
"css-framework",
"dark-mode",
2021-07-25 16:48:01 +07:00
"dark-theme",
2019-12-11 13:55:07 +07:00
"lightweight",
2021-07-25 16:48:01 +07:00
"minimal",
"minimalist",
"minimalistic",
"native-html",
2019-12-11 15:07:21 +07:00
"scss-framework",
2021-07-25 16:48:01 +07:00
"semantic"
2019-12-11 13:55:07 +07:00
],
"bugs": {
"url": "https://github.com/picocss/pico/issues"
}
}