forked from gillbeits/gulp-fontello
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 937 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-fontello-retry",
"version": "0.4.3",
"description": "Gulp wrapper for Fontello Icons",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"contributors": [
{
"name": "Ricardo Casares",
"email": "[email protected]"
},
{
"name": "Joe K",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/dailyraisin/gulp-fontello.git"
},
"dependencies": {
"decompress": "^3.0.0",
"gulp-util": "^3.0.4",
"needle-retry-x": "^0.11.0",
"path": "^0.11.14",
"through2": "^0.6.3"
},
"keywords": [
"fontello",
"gulp"
],
"author": {
"name": "Ivan Koretskiy",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/dailyraisin/gulp-fontello/issues"
},
"homepage": "https://github.com/dailyraisin/gulp-fontello"
}