normalize.css/package.json
2016-02-06 01:51:10 -05:00

25 lines
542 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",
"devDependencies": {
"stylelint": "^4.2.0"
},
"scripts": {
"test": "stylelint normalize.css"
}
}