{
  "name": "popoto-neo4j-graph-app",
  "homepage": ".",
  "version": "0.1.8",
  "description": "Graph based search interface graph app for Neo4j Desktop.",
  "keywords": [
    "popoto",
    "d3",
    "neo4j",
    "app",
    "desktop",
    "cypher",
    "graph",
    "search"
  ],
  "bugs": {
    "url": "https://github.com/Nhogs/popoto-neo4j-graph-app/issues",
    "email": "contact@popotojs.com"
  },
  "license": "GPL-3.0",
  "author": {
    "name": "Frederic Ciminera",
    "email": "contact@popotojs.com"
  },
  "contributors": [],
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/Nhogs/popoto-neo4j-graph-app.git"
  },
  "neo4jDesktop": {
    "apiVersion": "^1.2.0"
  },
  "dependencies": {
    "popoto": "^2.0.17",
    "react": "^16.7.0",
    "react-dom": "^16.7.0",
    "react-redux": "^6.0.0",
    "react-scripts": "^2.1.3",
    "redux": "^3.7.2",
    "semantic-ui-css": "^2.4.1",
    "semantic-ui-react": "^0.84.0"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ]
}
