{
  "name": "nilod",
  "version": "0.1.3",
  "description": "Node.JS Interactive Lines of Dialog. Talk with Node.JS, expose its feelings and secrets... and whatever nonsensical sentences it markovily generates.",
  "main": "nilod.js",
  "bin": {
    "nilod": "cli.js",
    "nilod-web": "web.js"
  },
  "scripts": {
    "jsdoc": "jsdoc --verbose -d docs -R README.md nilod.js",
    "build": "browserify -r ./nilod.js:nilod >web/nilod.browser.js",
    "web": "node web.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/Gustavo6046/nilod.git"
  },
  "keywords": [
    "nilod",
    "chatbot",
    "chat",
    "markov",
    "bot",
    "markov",
    "talk",
    "model",
    "train",
    "graph",
    "cobe"
  ],
  "author": {
    "name": "Gustavo R. Rehermann (Gustavo6046)",
    "email": "gugurehermann@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/Gustavo6046/nilod/issues"
  },
  "homepage": "https://gitlab.com/Gustavo6046/nilod#readme",
  "dependencies": {
    "body-parser": "^1.18.3",
    "express": "^4.16.4",
    "fast-levenshtein": "^2.0.6",
    "flake-idgen": "^1.1.2",
    "pug": "^2.0.3",
    "socket.io": "^2.2.0"
  },
  "devDependencies": {
    "browserify": "^16.2.3",
    "eslint": "^5.15.3",
    "jsdoc": "^3.5.5"
  }
}
