-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
64 lines (64 loc) · 1.84 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "spike-css-standards",
"description": "standard plugin pack for postcss",
"version": "4.1.1",
"author": "Jeff Escalante",
"ava": {
"verbose": "true"
},
"bugs": "https://github.com/static-dev/spike-css-standards/issues",
"dependencies": {
"autoprefixer": "9.3.1",
"cssnano": "4.1.7",
"postcss-attribute-case-insensitive": "4.0.0",
"postcss-calc": "7.0.1",
"postcss-color-function": "^4.0.1",
"postcss-color-gray": "5.0.0",
"postcss-color-hex-alpha": "5.0.2",
"postcss-color-hsl": "^2.0.0",
"postcss-color-hwb": "^3.0.0",
"postcss-color-rebeccapurple": "4.0.1",
"postcss-color-rgb": "^2.0.0",
"postcss-custom-media": "7.0.7",
"postcss-custom-properties": "8.0.9",
"postcss-custom-selectors": "5.1.2",
"postcss-font-family-system-ui": "4.1.0",
"postcss-font-variant": "4.0.0",
"postcss-image-set-polyfill": "^0.4.4",
"postcss-import": "11.1.0",
"postcss-media-minmax": "4.0.0",
"postcss-nesting": "7.0.0",
"postcss-property-lookup": "^2.0.0",
"postcss-pseudo-class-any-link": "6.0.0",
"postcss-selector-matches": "4.0.0",
"postcss-selector-not": "4.0.0",
"rucksack-css": "^1.0.2"
},
"devDependencies": {
"ava": "^0.25.0",
"coveralls": "^3.0.0",
"nyc": "13.1.0",
"rewire": "^4.0.1",
"snazzy": "8.0.0",
"standard": "12.0.1"
},
"engines": {
"node": ">= 6"
},
"homepage": "https://github.com/static-dev/spike-css-standards",
"keywords": [
"css",
"postcss-plugin",
"spike",
"standards"
],
"license": "MIT",
"main": "lib",
"repository": "static-dev/spike-css-standards",
"scripts": {
"coverage": "nyc ava && nyc report --reporter=html && open ./coverage/index.html",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard | snazzy",
"test": "nyc ava"
}
}