forked from phlppschrr/gulp-compass-imagehelper
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.11 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
{
"name": "gulp-sass-image",
"version": "1.2.1",
"description": "gulp plugin for providing the compass like image functions to node-sass environments.",
"author": "Niklas Postulart <@niklaspostulart>",
"contributors": [
"Niklas Postulart <@niklaspostulart>",
"Philipp Schreier <[email protected]>"
],
"license": "MIT",
"scripts": {
"lint": "eslint index.js"
},
"keywords": [
"gulpplugin",
"base64",
"compass",
"sass",
"css",
"svg",
"image"
],
"main": "index.js",
"engines": {
"node": ">=6.4.0"
},
"dependencies": {
"ansi-colors": "^4.1.1",
"app-root-path": "^3.0.0",
"canonical-path": "^1.0.0",
"fancy-log": "^2.0.0",
"gulp-sass": "^5.1.0",
"image-size": "^1.0.1",
"md5": "^2.3.0",
"mime": "^3.0.0",
"mustache": "^4.2.0",
"svgo": "^2.8.0",
"through": "^2.3.8",
"vinyl": "^2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/npostulart/gulp-sass-image"
},
"devDependencies": {
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4"
}
}