{
  "name": "node-xmllint",
  "version": "1.0.0",
  "main": "xmllint.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {},
  "devDependencies": {
    "gulp": "~3.8.10",
    "brfs": "~1.3.0",
    "browserify": "~8.1.3",
    "browserify-shim": "~3.8.2"
  },
  "browserify-shim": {
    "xmllint": "global:xmllint"
  },
  "scripts": {
    "test": "./script/test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tib-tib/xml.js"
  },
  "author": "tib-tib",
  "license": "MIT"
}
