normalize.css/package.json

30 lines
812 B
JSON
Raw Normal View History

2014-02-17 04:08:25 +00:00
{
"name": "normalize.css",
2016-04-12 12:54:53 +00:00
"version": "4.1.1",
2016-03-19 21:00:31 +00:00
"description": "A modern alternative to CSS resets",
2016-03-26 16:58:26 +00:00
"main": "normalize.css",
2014-02-17 04:08:25 +00:00
"style": "normalize.css",
"files": [
"LICENSE.md",
2014-10-04 18:21:56 +00:00
"normalize.css"
2014-02-17 04:08:25 +00:00
],
2016-02-05 21:18:41 +00:00
"devDependencies": {
2016-04-12 12:43:06 +00:00
"stylelint": "^5.4.0",
"stylelint-config-standard": "^5.0.0"
2016-02-05 21:18:41 +00:00
},
"scripts": {
"test": "stylelint normalize.css"
2016-03-19 21:00:31 +00:00
},
"repository": "necolas/normalize.css",
"contributors": [
"Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com/)",
"Nicolas Gallagher <nicolas@nicolasgallagher.com> (http://nicolasgallagher.com/)"
],
"license": "MIT",
"bugs": "https://github.com/necolas/normalize.css/issues",
"homepage": "https://necolas.github.io/normalize.css#readme",
"stylelint": {
"extends": "stylelint-config-standard"
2016-02-05 21:18:41 +00:00
}
2014-02-17 04:08:25 +00:00
}