normalize.css/package.json

17 lines
385 B
JSON
Raw Normal View History

2014-02-17 04:08:25 +00:00
{
"name": "normalize.css",
2014-03-27 04:49:40 +00:00
"version": "3.0.1",
2014-02-17 04:08:25 +00:00
"description": "Normalize.css as a node packaged module",
"style": "normalize.css",
"files": [
2014-10-04 18:21:56 +00:00
"normalize.css"
2014-02-17 04:08:25 +00:00
],
"homepage": "http://necolas.github.io/normalize.css",
"repository": {
"type": "git",
"url": "git://github.com/necolas/normalize.css.git"
},
"author": "Nicolas Gallagher",
"license": "MIT"
}