vusion-webfonts-generator
Version:
Generator of webfonts from svg icons
48 lines (47 loc) • 1.01 kB
JSON
{
"name": "vusion-webfonts-generator",
"version": "0.4.1",
"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/vusion/webfonts-generator"
},
"keywords": [
"font",
"webfont",
"svg",
"ttf",
"woff",
"woff2"
],
"author": "moujintao <moujintaotest@163.com>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/vusion/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"
}
}