{
  "name": "gulp-file-inline",
  "version": "2.2.3",
  "description": "A gulp plugin to inline js/css files.",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "mocha test/*.js",
    "coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
    "prepublish": "npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lanfei/gulp-file-inline.git"
  },
  "keywords": [
    "gulpplugin",
    "inline",
    "minify",
    "uglify",
    "cssmin"
  ],
  "author": "Lanfei",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Lanfei/gulp-file-inline/issues"
  },
  "homepage": "https://github.com/Lanfei/gulp-file-inline#readme",
  "dependencies": {
    "ansi-colors": "^3.2.3",
    "clean-css": "^4.2.1",
    "fancy-log": "^1.3.3",
    "plugin-error": "^1.0.1",
    "through2": "^3.0.0",
    "uglify-js": "^3.4.9"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^3.0.2",
    "gulp": "^4.0.0",
    "mime": "^2.4.0",
    "mocha": "^5.2.0",
    "nyc": "^13.1.0"
  }
}
