-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 998 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 998 Bytes
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
{
"name": "postcss-mq-optimize",
"version": "2.2.0",
"description": "PostCSS plugin Removes invalid media queries or its expresions",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"media-queries"
],
"author": {
"name": "Maciej Panecki",
"email": "maciej.panecki@gmail.com"
},
"contributors": [
{
"name": "Kyo Nagashima",
"email": "hail2u@gmail.com",
"url": "https://github.com/hail2u/node-css-mqpacker"
}
],
"engines": {
"node": "22.21.0",
"npm": "10.9.4"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/panec/postcss-mq-optimize.git"
},
"bugs": {
"url": "https://github.com/panec/postcss-mq-optimize/issues"
},
"homepage": "https://github.com/panec/postcss-mq-optimize",
"devDependencies": {
"clean-publish": "^6.0.0",
"postcss": "^8.5.8"
},
"peerDependencies": {
"postcss": "^8.5.8"
},
"scripts": {
"test": "node --test"
}
}