-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
120 lines (120 loc) · 3.01 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "amigo2",
"version": "2.5.17",
"license": "BSD-3-Clause",
"description": "AmiGO 2: Your friend in the Gene Ontology.",
"keywords": [
"amigo",
"amigo2",
"application",
"bbop",
"gene ontology",
"GO"
],
"author": "SJC <[email protected]>",
"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": {
"@geneontology/wc-gocam-viz": "^1.0.0",
"bbop": "2.4.3",
"bbop-core": "0.0.6",
"bbop-graph": "0.0.19",
"bbop-graph-noctua": "0.0.32",
"bbop-manager-golr": "0.0.13",
"bbop-manager-minerva": "0.0.15",
"bbop-response-barista": "0.0.9",
"bbop-response-golr": "0.0.8",
"bbop-rest-manager": "0.0.17",
"bbop-rest-response": "0.0.4",
"body-parser": "1.18.2",
"bootstrap": "4.0.0",
"class-expression": "0.0.13",
"cors": "2.8.4",
"cytoscape": "3.2.11",
"cytoscape-dagre": "2.2.1",
"dagre": "0.8.2",
"del": "^3.0.0",
"expand-home-dir": "0.0.3",
"express": "4.16.3",
"golr-conf": "0.0.3",
"jquery": "3.3.1",
"jxon": "2.0.0-beta.5",
"markdown": "0.5.0",
"marked": "0.3.19",
"minerva-requests": "0.0.15",
"minimist": "1.2.0",
"mustache": "2.3.0",
"plotly.js": "1.35.2",
"popper.js": "^1.12.9",
"pup-tent": "0.9.10",
"request": "2.85.0",
"solr-client": "0.7.0",
"time": "0.12.0",
"underscore": "1.8.3",
"underscore.string": "3.3.4",
"yamljs": "0.3.0"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"babelify": "^10.0.0",
"browserify": "^16.1.1",
"browserify-css": "^0.15.0",
"browserify-shim": "^3.8.6",
"chai": "^4.1.2",
"gulp": "^4.0.2",
"gulp-bump": "^3.1.0",
"gulp-develop-server": "0.5.2",
"loose-envify": "^1.4.0",
"mocha": "5.0.5",
"node-cache": "4.2.0",
"npm-check-updates": "^2.14.1",
"vinyl-source-stream": "2.0.0"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browser": {
"jquery": "./node_modules/jquery/jquery.js",
"jquery-ui": "./javascript/lib/jquery-ui-1.10.3.custom.min.js",
"amigo2-instance-data": "./javascript/npm/amigo2-instance-data/lib/amigo2-instance-data.js",
"bbop-widget-set": "./javascript/npm/bbop-widget-set/lib/set.js"
},
"browserify-shim": {
"jquery": {
"exports": "global:jQuery"
},
"jquery-ui": {
"depends": [
"jquery"
]
}
},
"bundleDependencies": [],
"private": false,
"main": "",
"bugs": {
"url": "https://github.com/geneontology/amigo/issues"
},
"directories": {
"doc": "doc",
"test": "tests"
},
"bin": {
"amigo": "./bin/amigo.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "gulp compile",
"release-instance-data": "cp ./conf/examples/amigo.yaml.public ./conf/amigo.yaml && npm install && gulp install"
}
}