{
    "name": "bbop-manager-sparql",
    "version": "0.0.7",
    "license": "BSD-3-Clause",
    "description": "Manager for handling communication and callbacks with a SPARQL endpoint; also allows for use of templates.",
    "keywords": [
        "node",
        "npm",
        "client",
        "server",
        "bbop",
        "Berkeley BOP",
        "SPARQL",
        "RDF"
    ],
    "author": "SJC <sjcarbon@lbl.gov> (http://berkeleybop.org/)",
    "homepage": "http://berkeleybop.org/",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/berkeleybop/bbop-manager-sparql.git"
    },
    "engines": {
        "node": ">= 0.12.2",
        "npm": ">= 2.7.4"
    },
    "dependencies": {
        "bbop-core": "0.0.5",
        "bbop-registry": "0.0.3",
        "bbop-rest-manager": "0.0.17",
        "bbop-rest-response": "0.0.4",
        "domino": "1.0.19",
        "jquery": "2.1.4",
        "mustache": "2.3.0",
        "underscore": "1.8.3",
        "xmlhttprequest": "1.7.0"
    },
    "devDependencies": {
        "chai": "2.3.0",
        "del": "1.1.1",
        "gulp": "3.8.11",
        "gulp-bump": "0.3.0",
        "gulp-git": "1.2.3",
        "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": "git://github.com/hegemonic/jsdoc-baseline.git#74d1dc8075",
        "yamljs": "0.2.8"
    },
    "bundleDependencies": [],
    "private": false,
    "directories": {
        "doc": "doc",
        "test": "tests"
    },
    "main": "lib/manager.js",
    "bugs": {
        "url": "https://github.com/berkeleybop/bbop-manager-sparql/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"
    }
}
