nfroidure/gulp-ttf2eot

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gulp-ttf2eot",
  "description": "Create an EOT font from a TTF one",
  "version": "1.1.2",
  "homepage": "https://github.com/nfroidure/gulp-ttf2eot",
  "author": {
    "name": "Nicolas Froidure",
    "url": "http://www.insertafter.com/blog.html"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nfroidure/gulp-ttf2eot.git"
  },
  "bugs": {
    "url": "https://github.com/nfroidure/gulp-ttf2eot/issues"
  },
  "license": "MIT",
  "main": "src/index.js",
  "engines": {
    "node": ">= 6.11.1"
  },
  "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 test",
    "cli": "env NPM_RUN_CLI=1"
  },
  "dependencies": {
    "bufferstreams": "^1.1.0",
    "plugin-error": "^0.1.2",
    "readable-stream": "^2.0.4",
    "replace-ext": "^1.0.0",
    "ttf2eot": "^2.0.0"
  },
  "keywords": [
    "gulpplugin",
    "gulp",
    "gulp-plugin",
    "font",
    "eot",
    "ttf",
    "converter"
  ],
  "devDependencies": {
    "cloneable-readable": "^1.0.0",
    "coveralls": "^2.11.4",
    "gulp": "^3.9.0",
    "istanbul": "^0.4.0",
    "mocha": "^3.4.2",
    "mocha-lcov-reporter": "^1.0.0",
    "streamtest": "^1.2.1",
    "vinyl": "^2.1.0"
  }
}