-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
49 lines (49 loc) · 1.16 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
{
"name": "go-site",
"version": "0.0.1",
"license": "BSD-3-Clause",
"description": ".",
"keywords": [
"application",
"gene ontology",
"GO",
"amigo",
"bbop"
],
"author": "SJC <sjcarbon@lbl.gov> (http://berkeleybop.org/)",
"homepage": "http://berkeleybop.org/",
"repository": {
"type": "git",
"url": "git+https://github.com/geneontology/go-site.git"
},
"engines": {
"node": ">= 0.12.2",
"npm": ">= 2.7.4"
},
"dependencies": {
"aws-sdk": "2.172.0",
"amigo2": "2.4.3",
"bbop-manager-golr": "0.0.11",
"bbop-response-golr": "0.0.6",
"bbop-rest-manager": "0.0.11",
"bbop-rest-response": "0.0.4",
"fs-extra": "1.0.0",
"golr-conf": "0.0.3",
"minimist": "1.2.0",
"underscore": "1.8.3",
"underscore.string": "3.3.4",
"yamljs": "0.2.3"
},
"devDependencies": {
},
"bundleDependencies": [],
"private": false,
"bugs": {
"url": "https://github.com/geneontology/go-site/issues"
},
"directories": {
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}