{
  "name": "opmlparser",
  "author": "Dan MacTough <danmactough@gmail.com>",
  "description": "OPML parsing using sax js",
  "version": "0.8.0",
  "homepage": "http://github.com/danmactough/node-opmlparser",
  "repository": {
    "type": "git",
    "url": "git://github.com/danmactough/node-opmlparser.git"
  },
  "bugs": {
    "url": "http://github.com/danmactough/node-opmlparser/issues"
  },
  "keywords": [
    "opml",
    "feed",
    "outline",
    "xml",
    "syndication"
  ],
  "main": "./main.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "dependencies": {
    "sax": "~0.6.0",
    "readable-stream": "~1.1.10"
  },
  "devDependencies": {
    "mocha": "~1.9.0",
    "request": "~2.33.0"
  },
  "scripts": {
    "test": "make test"
  }
}
