{
  "name": "json-to-plantuml",
  "version": "0.0.9",
  "description": "Visualize JSON data using Plant UML",
  "main": "./lib/plantumlify.js",
  "scripts": {
    "test": "mocha"
  },
  "bin": {
    "json-to-plantuml": "./bin/json-to-plantuml.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/meteorbites/json-to-plantuml.git"
  },
  "keywords": [
    "JSON",
    "UML",
    "Plant",
    "PlantUML",
    "Visualize JSON",
    "JSON to Plant UML"
  ],
  "author": "Donnie Gallardo",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/meteorbites/json-to-plantuml/issues"
  },
  "homepage": "https://github.com/meteorbites/json-to-plantuml#readme",
  "dependencies": {
    "byline": "^5.0.0",
    "commander": "^2.9.0",
    "handlebars": "^4.0.6",
    "lodash": "^4.16.2",
    "minimist": "^1.2.0",
    "request": "^2.79.0"
  },
  "devDependencies": {
    "mocha": "^3.2.0"
  }
}
