{
  "name": "dom5",
  "version": "2.3.0",
  "description": "Utilities for working with parse5 ASTs",
  "license": "BSD-3-Clause",
  "author": "The Polymer Authors",
  "bugs": {
    "url": "https://github.com/Polymer/dom5/issues"
  },
  "homepage": "https://github.com/Polymer/dom5",
  "scripts": {
    "build": "tsc",
    "prepublish": "npm run test",
    "test": "npm run build && npm run lint && mocha --ui tdd",
    "format": "./node_modules/.bin/clang-format --style=file -i dom5.ts test/dom5_test.ts",
    "lint": "tslint dom5.ts"
  },
  "dependencies": {
    "@types/clone": "^0.1.29",
    "@types/node": "^6.0.0",
    "@types/parse5": "^2.2.32",
    "clone": "^2.1.0",
    "parse5": "^2.2.2"
  },
  "devDependencies": {
    "@types/chai": "^3.4.34",
    "@types/mocha": "^2.2.32",
    "chai": "^3.3.0",
    "clang-format": "=1.0.49",
    "mocha": "^2.0.1",
    "tslint": "^4.0.0",
    "typescript": "^2.0.0"
  },
  "main": "dom5.js",
  "typings": "dom5.d.ts",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Polymer/dom5.git"
  }
}
