forked from SassNinja/postcss-extract-media-query
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 771 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
30
31
32
33
34
35
36
37
{
"name": "postcss-extract-media-query",
"version": "2.0.0",
"description": "PostCSS plugin to extract all media query from CSS and emit as separate files.",
"author": "Kai Falkowski",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"postcss",
"plugin",
"postcss-plugin",
"css",
"mediaquery",
"mq",
"extract",
"split",
"combine"
],
"dependencies": {
"app-root-path": "^3.0.0",
"kleur": "^3.0.3",
"lodash": "^4.17.10",
"postcss": "^6.0.22"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0",
"rimraf": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/SassNinja/postcss-extract-media-query.git"
}
}