forked from sunflowerdeath/webfonts-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1000 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
44
45
46
47
{
"name": "webfonts-generator",
"version": "0.4.0",
"description": "Generator of webfonts from svg icons",
"main": "src/index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "mocha tests"
},
"repository": {
"type": "git",
"url": "https://github.com/sunflowerdeath/webfonts-generator.git"
},
"keywords": [
"font",
"webfont",
"svg",
"ttf",
"woff",
"woff2"
],
"author": "sunflowerdeath",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/sunflowerdeath/webfonts-generator/issues"
},
"dependencies": {
"handlebars": "^4.0.5",
"mkdirp": "^0.5.0",
"q": "^1.1.2",
"svg2ttf": "^4.0.0",
"svgicons2svgfont": "^5.0.0",
"ttf2eot": "^2.0.0",
"ttf2woff": "^2.0.1",
"ttf2woff2": "^2.0.3",
"underscore": "^1.7.0",
"url-join": "^1.1.0"
},
"devDependencies": {
"file-type": "^3.9.0",
"mocha": "^3.1.2",
"node-sass": "^3.4.2",
"read-chunk": "^2.0.0"
}
}