This repository has been archived by the owner on May 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.52 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
{
"_from": "mgnify@^0.1.19",
"_id": "mgnify@0.1.19",
"_inBundle": false,
"_integrity": "sha512-8o7LVsEm+Z3LY65mqjiEB7LcHiVJGgTrz//c3ZTjiXrQJYtv2C2RD2G7UWlawojyT8mHSi++c95AbhDadkXoIA==",
"_location": "/mgnify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mgnify@^0.1.19",
"name": "mgnify",
"escapedName": "mgnify",
"rawSpec": "^0.1.19",
"saveSpec": null,
"fetchSpec": "^0.1.19"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/mgnify/-/mgnify-0.1.19.tgz",
"_shasum": "b225aada0b90ec7ecad679ad8b3b4488ed095650",
"_spec": "mgnify@^0.1.19",
"_where": "/Users/mdb/work/mgportalv2/new_website",
"author": {
"name": "Miguel d'Arcangues Boland"
},
"bugs": {
"url": "https://github.com/EBI-Metagenomics/ebi-metagenomics-webkit/issues"
},
"bundleDependencies": false,
"dependencies": {
"backbone": "^1.4.0",
"highcharts": "^6.2.0",
"jquery": "^3.5.1",
"underscore": "^1.12.0"
},
"deprecated": false,
"description": "A Backbone-JS API to consume the European Bioinformatic Institute's MGnify API for metagenomic data, in addition to a widget library to visualise the data",
"devDependencies": {
"chai": "^4.2.0",
"codacy-coverage": "^3.4.0",
"eslint-config-google": "^0.9.1",
"karma": "^5.0.8",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-commonjs": "^1.0.0",
"karma-coverage": "^2.0.2",
"karma-env-preprocessor": "^0.1.1",
"karma-mocha": "^2.0.1",
"karma-requirejs": "^1.1.0",
"karma-spec-reporter": "0.0.32",
"mocha": "^7.1.2",
"mocha-lcov-reporter": "^1.3.0",
"puppeteer": "^1.20.0",
"requirejs": "^2.3.6"
},
"homepage": "https://github.com/EBI-Metagenomics/ebi-metagenomics-webkit#readme",
"keywords": [
"EBI",
"EMBL",
"Metagenomics",
"MGnify",
"Backbone",
"BackboneJS",
"Biology",
"Molecular",
"Widget",
"Webkit",
"API"
],
"license": "ISC",
"main": "mgnify.js",
"name": "mgnify",
"repository": {
"type": "git",
"url": "git+https://github.com/EBI-Metagenomics/ebi-metagenomics-webkit.git"
},
"scripts": {
"test": "node_modules/.bin/karma start karma.conf.js",
"test:single": "node_modules/.bin/karma start karma.conf.js --single-run --log-level debug",
"test:local": "API_URL=http://localhost:9000/metagenomics/api/v1/ node_modules/.bin/karma start karma.conf.js",
"coverage": "cat coverage/*/lcov.info | codacy-coverage"
},
"version": "1.8.6"
}