bbop-registry
Version:
Generic lightweight listener/callback registry system.
62 lines (61 loc) • 1.7 kB
JSON
{
"name": "bbop-registry",
"version": "0.0.3",
"license": "BSD-3-Clause",
"description": "Generic lightweight listener/callback registry system.",
"keywords": [
"node",
"npm",
"client",
"server",
"Gene Ontology",
"GO",
"bbop",
"Berkeley BOP",
"AmiGO",
"Minerva",
"Noctua"
],
"author": "SJC <sjcarbon@lbl.gov> (http://berkeleybop.org/)",
"homepage": "http://berkeleybop.org/",
"repository": {
"type": "git",
"url": "git+https://github.com/berkeleybop/bbop-registry.git"
},
"engines": {
"node": ">= 0.12.2",
"npm": ">= 2.7.4"
},
"dependencies": {
"bbop-core": "0.0.5",
"underscore": "1.8.3"
},
"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"
},
"bundleDependencies": [],
"private": false,
"directories": {
"test": "tests"
},
"main": "lib/registry.js",
"bugs": {
"url": "https://github.com/berkeleybop/bbop-registry/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": "gulp test"
}
}