mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
19 lines
430 B
JSON
19 lines
430 B
JSON
{
|
|
"name": "normalize.css",
|
|
"version": "3.0.3",
|
|
"description": "Normalize.css as a node packaged module",
|
|
"style": "normalize.css",
|
|
"files": [
|
|
"LICENSE.md",
|
|
"normalize.css"
|
|
],
|
|
"homepage": "http://necolas.github.io/normalize.css",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/necolas/normalize.css.git"
|
|
},
|
|
"main": "normalize.css",
|
|
"author": "Nicolas Gallagher",
|
|
"license": "MIT"
|
|
}
|