forked from necolas/normalize.css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 812 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "normalize.css",
"version": "4.1.1",
"description": "A modern alternative to CSS resets",
"main": "normalize.css",
"style": "normalize.css",
"files": [
"LICENSE.md",
"normalize.css"
],
"devDependencies": {
"stylelint": "^5.4.0",
"stylelint-config-standard": "^5.0.0"
},
"scripts": {
"test": "stylelint normalize.css"
},
"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"
}
}