{
  "name": "gumbo-parser",
  "version": "0.3.0",
  "author": "Karl Westin <karl.westin@gmail.com>",
  "contributors": [
    {
      "name": "Eric O'Connell",
      "email": "eric.oconnell@idealist.org"
    }
  ],
  "description": "Parsing HTML using google gumbo parser",
  "scripts": {
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "node test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/karlwestin/node-gumbo-parser.git"
  },
  "main": "./node-gumbo",
  "keywords": [
    "html",
    "parser"
  ],
  "devDependencies": {
    "semantic-release": "^4.3.5",
    "node-gyp": "3.0.x"
  },
  "license": "MIT",
  "engines": {
    "node": ">=0.10"
  },
  "dependencies": {
    "nan": "^2.0.x"
  }
}