-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 809 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 809 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
{
"name": "gulp-mq-remove",
"version": "0.0.2",
"description": "Remove all media queries, inlining a default one.",
"main": "lib/index.js",
"scripts": {
"test": "mocha lib/test/test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:kjvalencik/gulp-mq-remove.git"
},
"keywords": [
"css",
"media",
"query",
"gulpplugin"
],
"author": "K.J. Valencik",
"license": "MIT",
"bugs": {
"url": "https://github.com/kjvalencik/gulp-mq-remove/issues"
},
"homepage": "https://github.com/kjvalencik/gulp-mq-remove",
"dependencies": {
"css": "^1.6.0",
"css-mediaquery": "^0.1.2",
"gulp-util": "^2.2.17",
"through2": "^0.5.1"
},
"devDependencies": {
"event-stream": "^3.1.5",
"mocha": "^1.20.1",
"vinyl": "^0.2.3"
}
}