-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 992 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
43
{
"name": "gulp-font-blast",
"description": "Convert a svg font file to svg symbol definition(s)",
"version": "0.1.0",
"author": "Yury Buldakov (https://github.com/yukoff)",
"license": "MIT",
"bugs": {
"url": "https://github.com/yukoff/gulp-font-blast/issues"
},
"homepage": "https://github.com/yukoff/gulp-font-blast#readme",
"keywords": [
"gulpplugin",
"gulp",
"font",
"blast",
"font-blast",
"svg",
"icon",
"extract"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yukoff/gulp-font-blast.git"
},
"dependencies": {
"svg2ttf": "^4.1.0",
"svgo": "^0.7.2",
"through2": "^2.0.3",
"xmldom": "^0.1.27"
},
"devDependencies": {
"eslint": "^4.5.0",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-nodeunit": "^0.1.0",
"jshint": "^2.9.5"
}
}