{
  "name": "wuml",
  "version": "0.2.2",
  "description": "A CLI tool which lets you create UML-diagrams based on an ascii description",
  "private": false,
  "main": "./bin/umlProcessor",
  "bin": {
    "wuml": "./bin/wuml"
  },
  "scripts": {
    "env": "env",
    "test": "env exportForTesting=true mocha -R spec"
  },
  "author": {
    "name": "Stefan Schöffmann",
    "email": "stefan.schoeffmann@posteo.de",
    "url": "https://github.com/schoeffm"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/schoeffm/waggly-uml"
  },
  "license": "MIT",
  "bugs": "https://github.com/schoeffm/waggly-uml/issues",
  "dependencies": {
    "commander": "2.20.0",
    "graphviz": "0.0.9",
    "lodash": "4.17.15",
    "node-imagemagick": "0.1.8",
    "through": "2.3.8",
    "wsvg": "0.0.14",
    "xmldom": "0.1.27",
    "xpath": "0.0.27"
  },
  "devDependencies": {
    "mocha": "2.2.4"
  }
}
