{
  "name": "neovis-ts",
  "version": "1.0.8",
  "description": "Graph visualizations powered by vis.js with data from Neo4j.",
  "main": "dist/neovis.js",
  "types": "dist/index.d.ts",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prebuild": "tslint -c tslint.json -p tsconfig.json --fix",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/neo4j-contrib/neovis.js.git"
  },
  "keywords": [],
  "author": "Minh-Hoang DANG",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/neo4j-contrib/neovis.js/issues"
  },
  "homepage": "https://github.com/neo4j-contrib/neovis.js#readme",
  "devDependencies": {
    "css-loader": "^2.1.1",
    "file-loader": "^0.11.1",
    "style-loader": "^0.16.1",
    "url-loader": "^2.0.0"
  },
  "dependencies": {
    "@types/node": "^12.0.5",
    "@types/vis": "^4.21.16",
    "neo4j-driver": "^1.7.5",
    "tslint": "^5.17.0",
    "typescript": "^3.5.1",
    "vis": "^4.21.0"
  }
}
