{
  "name": "ltx",
  "version": "2.10.0",
  "description": "<xml for=\"JavaScript\">",
  "author": "Astro",
  "repository": "github:xmppjs/ltx",
  "homepage": "http://github.com/xmppjs/ltx",
  "bugs": "http://github.com/xmppjs/ltx/issues",
  "contributors": [
    "Stephan Maka",
    "Will Fife",
    "Markus Kohlhase",
    "Julien Genestoux",
    "▟ ▖▟ ▖",
    "Sonny Piers"
  ],
  "license": "MIT",
  "scripts": {
    "prepublish": "npm run bundle",
    "preversion": "npm test",
    "benchmark": "node benchmarks/",
    "bundle": "browserify -s ltx index.js -o bundle.js && cp bundle.js dist/ltx.js",
    "unit": "vows --spec",
    "lint": "standard",
    "test": "npm run unit && npm run lint && npm run bundle"
  },
  "dependencies": {
    "inherits": "^2.0.4"
  },
  "devDependencies": {
    "benchmark": "^2.1.4",
    "browserify": "^16.5.2",
    "libxmljs": "^0.19.7",
    "microtime": "^3.0.0",
    "node-expat": "^2.3.18",
    "node-xml": "^1.0.2",
    "sax": "^1.2.4",
    "saxes": "^5.0.1",
    "standard": "^14.3.4",
    "vows": "^0.8.3"
  }
}
