forked from unlight/gulp-extract-media-queries
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 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
{
"name": "gulp-extract-media-queries2",
"version": "1.1.0",
"description": "Plugin extracts css rules inside of media queries and saves it to separated files.",
"main": "index.js",
"scripts": {
"mocha": "mocha",
"t": "npm run mocha --inline-diffs -- test/*.spec.js",
"test:w": "npm run t -- --watch",
"test": "npm run t"
},
"dependencies": {
"clean-up-string": "^2.0.0",
"css-stringify": "^2.0.0",
"rework": "^1.0.1",
"rework-move-media": "0.0.5",
"rework-split-media": "0.0.1",
"through2": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Riant/gulp-extract-media-queries2.git"
},
"license": "Xnet",
"bugs": {
"url": "https://github.com/unlight/gulp-extract-media-queries/issues"
},
"keywords": [
"gulpplugin",
"mediaqueries"
],
"homepage": "https://github.com/Riant/gulp-extract-media-queries2#readme",
"devDependencies": {
"gulp-file": "^0.3.0",
"mocha": "^3.2.0"
},
"directories": {
"test": "test"
}
}