{
  "name": "vue-graph-vis",
  "version": "0.1.4",
  "description": "A Vue component to render graph on canvas, based on Vis.js network\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[3~N\u001b[C\u001b[C\u001b[C\u001b[library.",
  "author": "PietroMazz",
  "license": "ISC",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "test:unit": "vue-cli-service test:unit",
    "test:watch": "vue-cli-service test:unit --watch"
  },
  "dependencies": {
    "fontfaceobserver": "^2.1.0",
    "lodash": "^4.17.11",
    "vis": "^4.21.0",
    "vue": "^2.5.17"
  },
  "devDependencies": {
    "@types/chai": "^4.1.0",
    "@types/lodash": "^4.14.119",
    "@types/mocha": "^5.2.4",
    "@vue/cli-plugin-babel": "^3.2.0",
    "@vue/cli-plugin-eslint": "^3.2.0",
    "@vue/cli-plugin-typescript": "^3.2.0",
    "@vue/cli-plugin-unit-mocha": "^3.2.0",
    "@vue/cli-service": "^3.2.0",
    "@vue/eslint-config-typescript": "^3.2.0",
    "@vue/test-utils": "^1.0.0-beta.20",
    "babel-eslint": "^10.0.1",
    "chai": "^4.1.2",
    "eslint": "^5.8.0",
    "eslint-plugin-vue": "^5.0.0-0",
    "typescript": "^3.0.0",
    "vue-template-compiler": "^2.5.17"
  }
}
