-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 2.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "bbop-manager-minerva",
"version": "0.0.21",
"license": "BSD-3-Clause",
"description": "Manager for handling communication and callbacks with a Minerva instances (mediated by Barista).",
"keywords": [
"node",
"npm",
"client",
"server",
"Gene Ontology",
"GO",
"bbop",
"Berkeley BOP",
"AmiGO",
"Minerva",
"Noctua"
],
"author": "SJC <[email protected]> (http://berkeleybop.org/)",
"homepage": "http://berkeleybop.org/",
"repository": {
"type": "git",
"url": "git+https://github.com/berkeleybop/bbop-manager-minerva.git"
},
"engines": {
"node": ">= 0.12.2",
"npm": ">= 2.7.4"
},
"dependencies": {
"bbop-core": "0.0.5",
"bbop-graph-noctua": "0.0.35",
"bbop-registry": "0.0.3",
"bbop-response-barista": "0.0.9",
"bbop-rest-manager": "0.0.18",
"bbop-rest-response": "0.0.4",
"class-expression": "0.0.11",
"domino": "1.0.19",
"jquery": "2.1.4",
"minerva-requests": "0.0.18",
"underscore": "1.8.3",
"xmlhttprequest": "1.7.0"
},
"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": "3.10.10"
},
"bundleDependencies": [],
"private": false,
"directories": {
"doc": "doc",
"test": "tests"
},
"main": "lib/manager.js",
"bugs": {
"url": "https://github.com/berkeleybop/bbop-manager-minerva/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"
}
}