{
    "name": "amigo2-instance-data",
    "version": "2.5.20",
    "license": "BSD-3-Clause",
    "description": "The AmiGO production data package, for use with BBOP tools.",
    "keywords": [
        "node",
        "npm",
        "client",
        "server",
        "Gene Ontology",
        "GO",
        "bbop",
        "Berkeley BOP",
        "amigo",
        "amigo2",
        "AmiGO 2",
        "AmiGO"
    ],
    "author": "SJC <sjcarbon@lbl.gov> (http://berkeleybop.org/)",
    "homepage": "http://berkeleybop.org/",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/geneontology/amigo.git"
    },
    "engines": {
        "node": ">= 8.11.1",
        "npm": ">= 5.6.0"
    },
    "dependencies": {
        "bbop-core": "0.0.5",
        "underscore": "1.8.3"
    },
    "devDependencies": {
        "chai": "^4.1.2",
        "del": "^3.0.0",
        "gulp": "^3.8.11",
        "gulp-bump": "^3.1.0",
        "gulp-git": "^2.5.2",
        "gulp-jsdoc": "^0.1.4",
        "gulp-mocha": "^5.0.0",
        "gulp-pandoc": "^0.2.1",
        "gulp-rename": "^1.2.2",
        "gulp-shell": "^0.6.5",
        "gulp-uglify": "^3.0.0",
        "jsdoc": "^3.3.0",
        "npm-check-updates": "^18.0.1"
    },
    "bundleDependencies": [],
    "private": false,
    "directories": {
        "doc": "doc",
        "test": "tests"
    },
    "main": "lib/amigo2-instance-data.js",
    "bugs": {
        "url": "https://github.com/geneontology/amigo/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"
    }
}
