pico/package.json

28 lines
592 B
JSON
Raw Normal View History

2019-12-11 13:55:07 +07:00
{
"name": "@picocss/pico",
2020-10-01 13:35:54 +07:00
"version": "1.2.0",
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",
"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-theme",
"dark-mode",
"semantic",
"minimal",
"lightweight",
2019-12-11 15:07:21 +07:00
"scss-framework",
2019-12-11 13:55:07 +07:00
"native-html"
],
"bugs": {
"url": "https://github.com/picocss/pico/issues"
}
}