forked from sindresorhus/gulp-rework
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1 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
{
"name": "gulp-rework",
"version": "1.2.0",
"description": "Preprocess CSS with Rework",
"license": "MIT",
"repository": "sindresorhus/gulp-rework",
"author": {
"name": "Sindre Sorhus",
"email": "[email protected]",
"url": "sindresorhus.com"
},
"contributors": [
{
"name": "Tim Pinington",
"email": "[email protected]"
}
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && mocha"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"rework",
"style",
"stylesheet",
"css",
"preprocess",
"preprocessor",
"rework",
"compile",
"transform",
"manipulation"
],
"dependencies": {
"gulp-util": "^3.0.0",
"lodash": "^4.8.2",
"rework": "johanblumenberg/rework#9aa8ec6ba0b1ea48876a1880170437cb99645a33",
"through2": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {
"mocha": "*",
"rework-plugin-at2x": "^1.0.1",
"xo": "*"
}
}