source: frontend/node_modules/@csstools/normalize.css/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 894 bytes
Line 
1{
2 "name": "@csstools/normalize.css",
3 "version": "12.1.1",
4 "description": "A cross-browser CSS foundation",
5 "author": "Jonathan Neal <jonathantneal@hotmail.com>",
6 "contributors": [
7 "Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com/)",
8 "Nicolas Gallagher <nicolas@nicolasgallagher.com> (http://nicolasgallagher.com/)",
9 "Luciano Battagliero <lucianobattagliero+git@gmail.com> (https://lucianobattagliero.com/)"
10 ],
11 "license": "CC0-1.0",
12 "repository": "csstools/normalize.css",
13 "homepage": "https://github.com/csstools/normalize.css#readme",
14 "bugs": "https://github.com/csstools/normalize.css/issues",
15 "main": "normalize.css",
16 "style": "normalize.css",
17 "files": [
18 "normalize.css",
19 "opinionated.css"
20 ],
21 "scripts": {
22 "test": "echo \"no test\""
23 },
24 "keywords": [
25 "css",
26 "normalizes",
27 "browsers",
28 "fixes"
29 ]
30}
Note: See TracBrowser for help on using the repository browser.