2019-01-02 13:18:06 +01:00
|
|
|
{
|
|
|
|
"name": "destyle.css",
|
2024-01-21 22:32:50 +01:00
|
|
|
"version": "4.0.1",
|
2021-09-06 16:35:18 +02:00
|
|
|
"description": "Opinionated reset stylesheet that provides a clean slate for styling your html.",
|
2019-01-02 13:18:06 +01:00
|
|
|
"main": "destyle.css",
|
|
|
|
"style": "destyle.css",
|
2019-01-09 12:40:37 +01:00
|
|
|
"files": [
|
|
|
|
"destyle.css",
|
2021-09-06 16:35:18 +02:00
|
|
|
"destyle.min.css",
|
2019-01-09 12:40:37 +01:00
|
|
|
"LICENSE"
|
|
|
|
],
|
2019-01-02 13:18:06 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nicolas-cusan/destyle.css.git"
|
|
|
|
},
|
2019-01-09 12:40:37 +01:00
|
|
|
"keywords": [
|
|
|
|
"css",
|
|
|
|
"reset-css",
|
2021-09-06 16:35:18 +02:00
|
|
|
"normalize-css",
|
|
|
|
"destyle",
|
|
|
|
"destyle-css"
|
2019-01-09 12:40:37 +01:00
|
|
|
],
|
2019-01-02 13:18:06 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": "https://github.com/nicolas-cusan/destyle.css/issues",
|
|
|
|
"homepage": "https://github.com/nicolas-cusan/destyle.css#readme"
|
|
|
|
}
|