{
    "name": "bbop-graph",
    "version": "0.0.21",
    "license": "BSD-3-Clause",
    "description": "General purpose (mathematical) graph library in JavaScript.",
    "keywords": [
        "node",
        "npm",
        "client",
        "server",
        "Gene Ontology",
        "GO",
        "bbop",
        "Berkeley BOP",
        "math",
        "mathematics",
        "graph"
    ],
    "author": "SJC <sjcarbon@lbl.gov> (http://berkeleybop.org/)",
    "homepage": "http://berkeleybop.org/",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/berkeleybop/bbop-graph.git"
    },
    "engines": {
        "node": ">= 8.17.0",
        "npm": ">= 6.13.4"
    },
    "dependencies": {
        "bbop-core": "0.0.5",
        "underscore": "1.8.3"
    },
    "devDependencies": {
        "chai": "^2.3.0",
        "del": "^1.1.1",
        "gulp": "3.9.1",
        "gulp-bump": "^0.3.0",
        "gulp-git": "^2.10.1",
        "gulp-jsdoc": "^0.1.4",
        "gulp-mocha": "^2.0.1",
        "gulp-pandoc": "^0.2.1",
        "gulp-rename": "^1.2.2",
        "gulp-shell": "^0.4.2",
        "gulp-uglify": "^1.2.0",
        "jsdoc": "^3.3.0",
        "jsdoc-baseline": "^0.1.5"
    },
    "bundleDependencies": [],
    "private": false,
    "directories": {
        "doc": "doc",
        "lib": "lib",
        "tests": "tests"
    },
    "main": "lib/graph.js",
    "bugs": {
        "url": "https://github.com/berkeleybop/bbop-graph/issues"
    },
    "scripts": {
        "update-docs": "git checkout gh-pages && git pull && git merge master && gulp doc && git commit -a -m 'bump docs' && git push && git checkout master",
        "test": "./node_modules/.bin/gulp test"
    }
}
