{
  "name": "tiny-xml",
  "version": "2.0.1",
  "description": "Tiny XML utility for Client and Server",
  "main": "lib/tiny-xml.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/avoidwork/tiny-xml.git"
  },
  "keywords": [
    "xml",
    "parse",
    "serialize",
    "encode",
    "decode"
  ],
  "author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/avoidwork/tiny-xml/issues"
  },
  "homepage": "http://avoidwork.github.io/tiny-xml",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-minify": "^0.5.1",
    "grunt": "^1.4.1",
    "grunt-cli": "^1.4.3",
    "grunt-contrib-concat": "^2.0.0",
    "grunt-contrib-nodeunit": "^4.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-eslint": "^24.0.0",
    "precise": "^1.1.0"
  },
  "dependencies": {
    "xmldom": "^0.6.0"
  }
}
