-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 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-rebase",
"version": "2.0.5",
"description": "Rewrite url references in CSS and copyed CSS assets",
"main": "index.js",
"dependencies": {
"file-exists": "^2.0.0",
"fs": "0.0.1-security",
"md5": "^2.2.1",
"merge": "^1.2.0",
"mkpath": "^1.0.0",
"path": "^0.12.7",
"rework": "^1.0.1",
"rework-plugin-url": "^1.1.0",
"through2": "^0.6.5"
},
"devDependencies": {
"eslint": "^3.19.0"
},
"scripts": {
"test": "node_modules/.bin/eslint .",
"patch": "npm version patch && git push origin master --follow-tags && npm publish",
"minor": "npm version minor && git push origin master --follow-tags && npm publish",
"major": "npm version major && git push origin master --follow-tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RobinCK/gulp-css-rebase.git"
},
"author": "Igor Ognichenko <ognichenko.igor@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/RobinCK/gulp-css-rebase/issues"
},
"homepage": "https://github.com/RobinCK/gulp-css-rebase#readme",
"keywords": [
"url-rebase",
"gulp",
"gulpplugin",
"css",
"url",
"rebase",
"rewrite"
]
}