-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
45 lines (45 loc) · 1.06 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-iconify",
"version": "0.6.0",
"description": "'A mystical CSS icon solution', grunticon-like build system.",
"author": "Gabrijel Gavranović <[email protected]> (http://gavro.nl)",
"keywords": [
"gulpplugin",
"base64",
"svg",
"css",
"image",
"grunticon"
],
"repository": {
"type": "git",
"url": "[email protected]:gavro/gulp-iconify.git"
},
"main": "index.js",
"dependencies": {
"path": "*",
"domain": "*",
"gulp": ">3.0",
"gulp-util": "^3.0",
"mustache": "~2.0.0",
"through": "~2.3.6",
"through2": "^2.0.0",
"imacss": "~0.3.0",
"gulp-svg2png": "~2.0.0",
"gulp-sass": "~2.1.0",
"svgo": "~0.5.0",
"del": "~1.1.1",
"xmldom": "~0.1.19",
"node-sass": "^3.4.1",
"object-assign": "^4.0.1",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"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"
}