{
  "name": "sax-stream",
  "version": "1.3.0",
  "description": "Transform stream implemented using SAX parser",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/melitele/sax-stream.git"
  },
  "keywords": [
    "xml",
    "stream",
    "sax",
    "objects"
  ],
  "author": {
    "name": "Natalia Kowalczyk",
    "email": "melitele@furkot.com",
    "url": "https://melitele.me"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/melitele/sax-stream/issues"
  },
  "homepage": "https://github.com/melitele/sax-stream",
  "devDependencies": {
    "jshint": "~2",
    "mocha": "~2",
    "should": "~8"
  },
  "dependencies": {
    "sax": "~1",
    "debug": "~2"
  },
  "files": [
    "index.js",
    "lib"
  ]
}