{
  "name": "gulp-html-extract",
  "version": "0.3.0",
  "description": "Extract HTML text in your gulp pipeline.",
  "main": "html-extract.js",
  "scripts": {
    "lint-source": "eslint -c .eslintrc-source *.js lib",
    "lint-test": "eslint -c .eslintrc-test test",
    "lint": "npm run lint-source && npm run lint-test",
    "test-mocha": "mocha --recursive",
    "test": "npm run lint && npm run test-mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/FormidableLabs/gulp-html-extract"
  },
  "keywords": [
    "gulp",
    "html"
  ],
  "author": {
    "name": "Ryan Roemer",
    "email": "ryan.roemer@formidablelabs.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FormidableLabs/gulp-html-extract/issues"
  },
  "dependencies": {
    "cheerio": "^0.19.0",
    "gulp-util": "2.2.14",
    "through2": "0.4.1"
  },
  "devDependencies": {
    "chai": "1.9.1",
    "eslint": "^1.10.3",
    "eslint-config-defaults": "^7.1.1",
    "eslint-plugin-filenames": "^0.2.0",
    "mocha": "^2.3.4"
  }
}
