UNPKG

840 BJSONView Raw
1{
2 "name": "gulp-rework",
3 "version": "4.0.0",
4 "description": "Preprocess CSS with Rework",
5 "license": "MIT",
6 "repository": "sindresorhus/gulp-rework",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=6"
14 },
15 "scripts": {
16 "test": "xo && mocha"
17 },
18 "files": [
19 "index.js"
20 ],
21 "keywords": [
22 "gulpplugin",
23 "rework",
24 "style",
25 "stylesheet",
26 "css",
27 "preprocess",
28 "preprocessor",
29 "rework",
30 "compile",
31 "transform",
32 "manipulation"
33 ],
34 "dependencies": {
35 "lodash": "^4.8.2",
36 "plugin-error": "^1.0.1",
37 "rework": "^1.0.0",
38 "through2": "^2.0.0",
39 "vinyl-sourcemaps-apply": "^0.2.1"
40 },
41 "devDependencies": {
42 "mocha": "^5.1.1",
43 "rework-plugin-at2x": "^1.0.1",
44 "source-map": "^0.6.1",
45 "vinyl": "^2.1.0",
46 "xo": "*"
47 }
48}