{
  "name": "xml-selector",
  "version": "0.3.0",
  "description": "A jQuery-like interface for working with XML using CSS-style selectors",
  "keywords": [
    "dom",
    "libxml",
    "libxml2",
    "jquery",
    "selector",
    "simple",
    "util",
    "utility",
    "xml"
  ],
  "homepage": "https://github.com/Comcast/xml-selector",
  "bugs": {
    "url": "https://github.com/Comcast/xml-selector/issues"
  },
  "license": "Apache-2.0",
  "author": "Jeffrey Hunter <jeffrey_hunter@cable.comcast.com>",
  "dependencies": {
    "bindings": "1.2.1",
    "nan": "1.7.0"
  },
  "devDependencies": {
    "nodeunit": "0.9.0"
  },
  "scripts": {
    "test": "bin/test"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Comcast/xml-selector.git"
  }
}