gulp-fontello
Version:
Import svg files to Fontello icon font project, use svg filename as glyph name. Also provide task for auto download exported css and font files into desinated folder.
46 lines (45 loc) • 1.19 kB
JSON
{
"name": "gulp-fontello",
"version": "0.5.2",
"description": "Import svg files to Fontello icon font project, use svg filename as glyph name. Also provide task for auto download exported css and font files into desinated folder.",
"main": "lib/index.js",
"scripts": {
"test": "npm run example",
"example": "gulp --gulpfile example/glyph-task.js glyph"
},
"repository": {
"type": "git",
"url": "https://github.com/gillbeits/gulp-fontello.git"
},
"dependencies": {
"adm-zip": ">=0.4",
"fancy-log": "^1.3.2",
"gulp-error": "^0.1.4",
"needle": ">=0.9",
"path": ">=0.11",
"through2": ">=0.6",
"vinyl": "^2.1.0",
"yargs": "^3.31.0"
},
"keywords": [
"fontello",
"gulp"
],
"author": {
"name": "Ivan Koretskiy",
"email": "gillbeits@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gillbeits/gulp-fontello/issues"
},
"homepage": "https://github.com/gillbeits/gulp-fontello",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-diff": "^1.0.0",
"gulp-load-plugins": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-print": "^2.0.1"
},
"readmeFilename": "README.md"
}