forked from gavro/gulp-iconify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 978 Bytes
/
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
{
"name": "gulp-iconify",
"version": "0.6.0",
"description": "'A mystical CSS icon solution', grunticon-like build system.",
"author": "Gabrijel Gavranović <gabrijel@gavro.nl> (http://gavro.nl)",
"keywords": [
"gulpplugin",
"base64",
"svg",
"css",
"image",
"grunticon"
],
"repository": {
"type": "git",
"url": "git@github.com:gavro/gulp-iconify.git"
},
"main": "index.js",
"dependencies": {
"path": "*",
"domain": "*",
"gulp": "*",
"gulp-util": "~3.0.4",
"mustache": "~2.0.0",
"through": "~2.3.6",
"through2": "~0.6.3",
"imacss": "~0.3.0",
"gulp-svg2png": "*",
"gulp-sass": "~2.1.0",
"svgo": "~0.5.0",
"del": "~1.1.1",
"xmldom": "~0.1.19"
},
"bugs": {
"url": "https://github.com/gavro/gulp-iconify/issues"
},
"homepage": "https://github.com/gavro/gulp-iconify",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT"
}