{
  "name": "gulp-inline",
  "version": "0.1.3",
  "description": "Inline styles and scripts into an html file.",
  "main": "index.js",
  "scripts": {
    "test": "`npm bin`/mocha",
    "lint": "`npm bin`/eslint ./",
    "coverage": "`npm bin`/istanbul cover `npm bin`/_mocha -- --reporter min"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ashaffer/gulp-inline.git"
  },
  "author": "ashaffer",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ashaffer/gulp-inline/issues"
  },
  "homepage": "https://github.com/ashaffer/gulp-inline",
  "devDependencies": {
    "eslint": "3.x",
    "eslint-config-standard": "^6.2.1",
    "eslint-plugin-promise": "^3.4.0",
    "eslint-plugin-standard": "^2.0.1",
    "gulp": "^3.8.7",
    "istanbul": "x",
    "mocha": "x",
    "readable-stream": "^2.0.0"
  },
  "standard": {
    "globals": [
      "it",
      "describe"
    ]
  },
  "keywords": [
    "inline",
    "gulp",
    "gulpplugin",
    "gulp inline",
    "inline css",
    "inline js",
    "compress html"
  ],
  "dependencies": {
    "cheerio": "^0.22.0",
    "event-stream": "^3.3.4",
    "gulp-util": "^3.0.7",
    "through2": "^2.0.3"
  }
}
