-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.02 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
{
"name": "postcss-if-media",
"version": "1.0.3",
"description": "A PostCSS plugin to inline or nest media queries with CSS properties.",
"main": "index.js",
"scripts": {
"test": "node ./test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arccoza/postcss-if-media.git"
},
"keywords": [
"postcss",
"postcss-if-media",
"postcss-plugin",
"plugin",
"conditional",
"if",
"inline",
"properties",
"media",
"query",
"media",
"query",
"css"
],
"author": "Adrien de Pierres",
"license": "MIT",
"bugs": {
"url": "https://github.com/arccoza/postcss-if-media/issues"
},
"homepage": "https://github.com/arccoza/postcss-if-media#readme",
"dependencies": {
"postcss": ">=5.0.14 <=6.x"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-postcss": "^6.0.1",
"gulp-shell": "^0.5.2",
"gulp-tape": "0.0.7",
"tap-diff": "^0.1.1",
"tap-notify": "0.0.3",
"tap-spec": "^4.1.1",
"tape": "^4.4.0"
}
}