{
  "name": "html-ls",
  "version": "2.1.0",
  "description": "html ls",
  "main": "index.js",
  "scripts": {
    "test": "tape test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jarofghosts/html-ls.git"
  },
  "keywords": [
    "ls",
    "html",
    "stream"
  ],
  "author": "jesse keane",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jarofghosts/html-ls/issues"
  },
  "dependencies": {
    "ls-stream": "1.0.0",
    "through2": "^0.6.5"
  },
  "devDependencies": {
    "tape": "^4.0.0"
  },
  "prettier": {
    "semi": false
  }
}
