{
  "name": "html-transformer",
  "version": "1.1.2",
  "description": "HTML streaming transformer",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "build": "node scripts/compile.js lib src/*",
    "coverage": "node scripts/compile.js test-out test/* src/* && istanbul cover _mocha test-out/test/*.js -- -R spec && remap-istanbul -i ./coverage/coverage.json -o ./coverage/lcov.info -t lcovonly",
    "remap-covhtml": "remap-istanbul -i ./coverage/coverage.json -o ./coverage/lcov-report -t html",
    "test": "mocha --require ts-babel-node/register test/*.ts",
    "typedoc": "typedoc --out doc --ignoreCompilerErrors --mode file --excludePrivate"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Perlmint/html-transformer.git"
  },
  "keywords": [
    "html",
    "modify"
  ],
  "author": "Gysun Yeom <omniavinco@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Perlmint/html-transformer/issues"
  },
  "homepage": "https://github.com/Perlmint/html-transformer#readme",
  "devDependencies": {
    "@types/chai": "^3.4.34",
    "@types/htmlparser2": "^3.7.29",
    "@types/mocha": "^2.2.38",
    "@types/node": "^7.0.0",
    "chai": "^3.5.0",
    "codecov": "^1.0.1",
    "glob": "^7.1.1",
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0",
    "mocha-typescript": "^1.0.15",
    "remap-istanbul": "^0.8.4",
    "ts-babel-node": "^1.1.1",
    "ts-node": "^2.0.0",
    "typescript": "^2.1.5"
  },
  "dependencies": {
    "htmlparser2": "^3.9.2"
  }
}
