{
  "name": "gulp-svgicons2svgfont",
  "version": "4.0.2",
  "description": "Create a SVG font from several SVG icons",
  "main": "src/index.js",
  "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 _mocha --report html -- 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"
  },
  "keywords": [
    "gulpplugin",
    "gulp",
    "svg",
    "icon",
    "font"
  ],
  "homepage": "https://github.com/nfroidure/gulp-svgicons2svgfont",
  "author": {
    "name": "Nicolas Froidure",
    "url": "http://www.insertafter.com/blog.html"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nfroidure/gulp-svgicons2svgfont.git"
  },
  "bugs": {
    "url": "https://github.com/nfroidure/gulp-svgicons2svgfont/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 6.11.1"
  },
  "dependencies": {
    "gulp-util": "~3.0.6",
    "plexer": "1.0.1",
    "readable-stream": "^2.0.2",
    "svgicons2svgfont": "^7.0.2"
  },
  "devDependencies": {
    "coveralls": "~2.13.1",
    "eslint": "^4.2.0",
    "eslint-config-simplifield": "^6.0.0",
    "event-stream": "~3.3.1",
    "gulp": "~3.9.0",
    "istanbul": "^0.4.2",
    "mkdirp": "^0.5.1",
    "mocha": "^3.4.2",
    "mocha-lcov-reporter": "^1.0.0",
    "neatequal": "^1.0.0",
    "rimraf": "^2.5.2",
    "streamtest": "^1.2.1"
  }
}
