nfroidure/gulp-iconfont

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gulp-iconfont",
  "description": "Create icon fonts from several SVG icons",
  "version": "11.0.1",
  "homepage": "https://github.com/nfroidure/gulp-iconfont",
  "author": {
    "name": "Nicolas Froidure",
    "url": "http://www.insertafter.com/blog.html"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nfroidure/gulp-iconfont.git"
  },
  "bugs": {
    "url": "https://github.com/nfroidure/gulp-iconfont/issues"
  },
  "license": "MIT",
  "main": "src/index.js",
  "engines": {
    "node": ">=12"
  },
  "scripts": {
    "test": "mocha tests/*.mocha.js",
    "coveralls": "istanbul cover _mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "cover": "istanbul cover --report html _mocha -- tests/*.mocha.js -R spec -t 5000",
    "lint": "eslint src/*.js tests/*.js",
    "preversion": "npm run lint && npm test",
    "cli": "env NPM_RUN_CLI=1",
    "generate-fixtures": "./tests/generate-fixtures.sh"
  },
  "keywords": [
    "gulpplugin",
    "gulp",
    "icon",
    "font"
  ],
  "dependencies": {
    "gulp-spawn": "^1.0.0",
    "gulp-svg2ttf": "^2.0.0",
    "gulp-svgicons2svgfont": "^5.0.1",
    "gulp-ttf2eot": "^1.1.1",
    "gulp-ttf2woff": "^1.1.0",
    "gulp-ttf2woff2": "^4.0.0",
    "multipipe": "^4.0.0",
    "streamfilter": "^3.0.0"
  },
  "devDependencies": {
    "coveralls": "^3.0.2",
    "eslint": "^7.18.0",
    "gulp": "^4.0.0",
    "istanbul": "^0.4.2",
    "mocha": "^8.2.1",
    "mocha-lcov-reporter": "^1.0.0",
    "neatequal": "^1.0.0",
    "streamtest": "^2.0.0"
  }
}