{
  "name": "popotojs",
  "version": "2.0.0-alpha.1",
  "description": "Graph based search interface for Neo4j database.",
  "keywords": [
    "popoto",
    "d3",
    "neo4j",
    "cypher",
    "graph",
    "search"
  ],
  "homepage": "https://popotojs.com/",
  "bugs": {
    "url": "https://github.com/Popotojs/popotojs/issues",
    "email": "contact@popotojs.com"
  },
  "license": "GPL-3.0",
  "author": {
    "name": "Frederic Ciminera",
    "email": "contact@popotojs.com"
  },
  "contributors": [],
  "main": "dist/popoto.node.js",
  "unpkg": "dist/popoto.min.js",
  "jsdelivr": "dist/popoto.min.js",
  "module": "index",
  "jsnext:main": "index",
  "repository": {
    "type": "git",
    "url": "https://github.com/Popotojs/popotojs.git"
  },
  "scripts": {
    "build": "rimraf dist && mkdir dist && json2module package.json > dist/package.js && node rollup.node && rollup -c && npm run uglify",
    "pretest": "npm run build",
    "test-disabled": "jest --ci --coverage",
    "uglify": "uglifyjs -b beautify=false dist/popoto.js -c negate_iife=false -m -o dist/popoto.min.js && uglifycss css/popoto.css css/popoto-svg.css --output dist/popoto.min.css",
    "prepublishOnly-disabled": "npm run test && npm run uglify && cp -r css/font dist/font"
  },
  "dependencies": {
    "d3": "^5.0.0",
    "jquery": "^3.3.1"
  },
  "devDependencies": {
    "json2module": "^0.0.3",
    "rollup": "^0.57.1",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rimraf": "^2.6.2",
    "jest": "^22.4.3",
    "uglify-js": "^3.3.16",
    "uglifycss": "^0.0.29"
  }
}
