UNPKG

640 BJSONView Raw
1{
2 "name": "destyle.css",
3 "version": "4.0.0",
4 "description": "Opinionated reset stylesheet that provides a clean slate for styling your html.",
5 "main": "destyle.css",
6 "style": "destyle.css",
7 "files": [
8 "destyle.css",
9 "destyle.min.css",
10 "LICENSE"
11 ],
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/nicolas-cusan/destyle.css.git"
15 },
16 "keywords": [
17 "css",
18 "reset-css",
19 "normalize-css",
20 "destyle",
21 "destyle-css"
22 ],
23 "license": "MIT",
24 "bugs": "https://github.com/nicolas-cusan/destyle.css/issues",
25 "homepage": "https://github.com/nicolas-cusan/destyle.css#readme"
26}