forked from paazmaya/gulp-sakugawa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.07 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
48
49
50
51
52
53
54
55
56
{
"name": "gulp-sakugawa",
"version": "0.4.0",
"description": "Run Sakugawa via gulp for CSS splitting, filtering and organising",
"homepage": "https://github.com/paazmaya/gulp-sakugawa",
"author": {
"name": "Juga Paazmaya",
"email": "[email protected]",
"url": "http://paazmaya.com"
},
"main": "index.js",
"scripts": {
"test": "",
"coverage": ""
},
"files": [
"index.js",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git://github.com/paazmaya/gulp-sakugawa.git"
},
"keywords": [
"gulpplugin",
"css",
"selector",
"ie8",
"ie9",
"media-query",
"split",
"filter",
"organize"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/paazmaya/gulp-sakugawa/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/paazmaya/gulp-sakugawa/issues"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"sakugawa": "~0.4",
"through2": "^2.0.0",
"vinyl": "^0.5.0"
},
"devDependencies": {
"gulp": "^3.9.0"
}
}