forked from kimjoar/gulp-css-rebase-urls
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "gulp-css-url-rebase",
"version": "0.2.3",
"description": "Rebase relative image URLs",
"main": "index.js",
"dependencies": {
"rework": "^1.0.1",
"rework-plugin-url": "^1.1.0",
"through2": "^0.6.5",
"validator": "^3.39.0"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-jscs": "^1.6.0",
"gulp-jscs-stylish": "^1.1.0",
"gulp-jshint": "^1.10.0",
"gulp-util": "^3.0.4",
"jscs": "^1.13.1",
"jshint-stylish": "^1.0.2",
"mocha": "^2.2.4"
},
"scripts": {
"test": "gulp test && gulp control"
},
"repository": {
"type": "git",
"url": "git://github.com/42Zavattas/gulp-css-url-rebase.git"
},
"keywords": [
"url-rebase",
"gulp",
"css",
"url",
"rebase"
],
"author": "Kim Joar Bekkelund <kjbekkelund@gmail.com>",
"contributors": [
"Balthazar Gronon <bgronon@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/42Zavattas/gulp-css-url-rebase/issues"
},
"homepage": "https://github.com/42Zavattas/gulp-css-url-rebase"
}