normalize.css/package.json
Nicolas Gallagher ff1cdc2a86 Fix package.json
2014-10-04 11:21:56 -07:00

17 lines
385 B
JSON

{
"name": "normalize.css",
"version": "3.0.1",
"description": "Normalize.css as a node packaged module",
"style": "normalize.css",
"files": [
"normalize.css"
],
"homepage": "http://necolas.github.io/normalize.css",
"repository": {
"type": "git",
"url": "git://github.com/necolas/normalize.css.git"
},
"author": "Nicolas Gallagher",
"license": "MIT"
}