forked from geneontology/amigo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 2.98 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
{
"name": "amigo2",
"version": "2.4.15",
"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": ">= 0.12.2",
"npm": ">= 2.7.4"
},
"dependencies": {
"bbop": "2.4.3",
"bbop-core": "0.0.5",
"bbop-graph": "0.0.19",
"bbop-graph-noctua": "0.0.29",
"bbop-manager-golr": "0.0.11",
"bbop-manager-minerva": "0.0.7",
"bbop-response-barista": "0.0.7",
"bbop-response-golr": "0.0.6",
"bbop-rest-manager": "0.0.11",
"bbop-rest-response": "0.0.4",
"body-parser": "1.13.3",
"bootstrap": "3.3.4",
"class-expression": "0.0.9",
"cors": "2.4.1",
"cytoscape": "2.4.6",
"cytoscape-dagre": "1.2.0",
"dagre": "0.7.4",
"del": "^1.1.1",
"expand-home-dir": "0.0.2",
"express": "4.13.3",
"golr-conf": "0.0.3",
"jquery": "1.9.1",
"jxon": "2.0.0-beta.2",
"markdown": "0.5.0",
"marked": "0.3.5",
"minerva-requests": "0.0.7",
"minimist": "0.2.0",
"mustache": "2.0.0",
"plotly.js": "1.7.0",
"pup-tent": "0.9.10",
"request": "2.65.0",
"solr-client": "0.6.0",
"time": "0.11.4",
"underscore": "1.8.3",
"underscore.string": "3.2.2",
"yamljs": "0.2.3"
},
"devDependencies": {
"browserify-shim": "^3.8.6",
"browserify": "^10.1.3",
"chai": "^2.3.0",
"gulp": "^3.8.11",
"gulp-bump": "^0.3.0",
"gulp-develop-server": "0.5.0",
"gulp-flatten": "0.1.0",
"gulp-git": "^1.2.3",
"gulp-jsdoc": "^0.1.4",
"gulp-mocha": "^2.0.1",
"gulp-shell": "0.4.3",
"gulp-uglify": "^1.2.0",
"gulp-watch": "4.3.5",
"mocha": "2.3.3",
"vinyl-source-stream": "1.1.0",
"jsdoc": "^3.3.0",
"jsdoc-baseline": "git://github.com/hegemonic/jsdoc-baseline.git#74d1dc8075"
},
"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",
"release-instance-data": "cp ./conf/examples/amigo.yaml.public ./conf/amigo.yaml && npm install && gulp install"
}
}