{
  "author": {
    "name": "Rackspace US, Inc."
  },
  "contributors": [
    {
      "name": "Paul Querna",
      "email": "paul.querna@rackspace.com"
    },
    {
      "name": "Tomaz Muraus",
      "email": "tomaz.muraus@rackspace.com"
    }
  ],
  "name": "elementtree",
  "description": "XML Serialization and Parsing module based on Python's ElementTree.",
  "version": "0.1.5",
  "keywords": [
    "xml",
    "sax",
    "parser",
    "seralization",
    "elementtree"
  ],
  "homepage": "https://github.com/racker/node-elementtree",
  "repository": {
    "type": "git",
    "url": "git://github.com/racker/node-elementtree.git"
  },
  "main": "lib/elementtree.js",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "make test"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "dependencies": {
    "sax": "0.3.5"
  },
  "devDependencies": {
    "whiskey": "0.6.8"
  },
  "licenses": [
    {
      "type": "Apache",
      "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
    }
  ],
  "readme": "node-elementtree\n====================\n\nnode-elementtree is a [Node.js](http://nodejs.org) XML parser and serializer based upon the [Python ElementTree v1.3](http://effbot.org/zone/element-index.htm) module.\n\nInstallation\n====================\n\n    $ npm install elementtree\n    \nUsing the library\n====================\n\nFor the usage refer to the Python ElementTree library documentation - [http://effbot.org/zone/element-index.htm#usage](http://effbot.org/zone/element-index.htm#usage).\n\nSupported XPath expressions in `find`, `findall` and `findtext` methods are listed on [http://effbot.org/zone/element-xpath.htm](http://effbot.org/zone/element-xpath.htm).\n\nBuild status\n====================\n\n[![Build Status](https://secure.travis-ci.org/racker/node-elementtree.png)](http://travis-ci.org/racker/node-elementtree)\n\n\nLicense\n====================\n\nnode-elementtree is distributed under the [Apache license](http://www.apache.org/licenses/LICENSE-2.0.html).\n",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/racker/node-elementtree/issues"
  },
  "_id": "elementtree@0.1.5",
  "_from": "elementtree@0.1.5"
}
