{
  "name": "document-highlighter",
  "version": "2.1.0",
  "description": "Highlight a search-query in a HTML document",
  "author": "Matthieu Bacconnier <matthieu.bacconnier@papiel.fr>",
  "scripts": {
    "test": "NODE_ENV=test mocha -R spec test/ --recursive",
    "coverage": "NODE_ENV=test istanbul cover node_modules/mocha/bin/_mocha -- -R spec test/"
  },
  "main": "./lib",
  "repository": {
    "type": "git",
    "url": "https://github.com/Neamar/document-highlighter/"
  },
  "keywords": [
    "highlight",
    "highlighting",
    "html",
    "snippet",
    "query",
    "queries",
    "search"
  ],
  "dependencies": {},
  "devDependencies": {
    "mocha": "1.18.x",
    "should": "3.3.x"
  },
  "licence": "WTFPL",
  "engines": {
    "node": ">=0.10"
  }
}
