-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.41 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
{
"name": "vsm-dictionary-combiner",
"version": "1.0.6",
"description": "Implementation of a VSM-dictionary combiner package which merges results from different VSM-dictionaries",
"main": "src/DictionaryCombiner.js",
"scripts": {
"lint": "eslint src test",
"build": "webpack --config webpack.config.js"
},
"keywords": [
"VSM",
"dictionary",
"combiner",
"ontology",
"identifier",
"term"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vsm/vsm-dictionary-combiner.git"
},
"author": "John Zobolas",
"license": "AGPL-3.0",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^6.1.0",
"eslint": "^7.8.1",
"html-webpack-plugin": "^3.2.0",
"js-yaml": ">=3.13.1",
"lodash": "^4.17.20",
"minimist": ">=1.2.2",
"terser-webpack-plugin": "^4.1.0",
"text-transform-loader": "^2.0.0",
"vsm-dictionary-bioportal": "^1.1.3",
"vsm-dictionary-ensembl": "^1.0.3",
"vsm-dictionary-uniprot": "^1.0.5",
"webpack": "^4.44.1",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"vsm-dictionary": "^2.6.6"
},
"bugs": {
"url": "https://github.com/vsm/vsm-dictionary-combiner/issues"
},
"homepage": "https://github.com/vsm/vsm-dictionary-combiner#readme"
}