-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 857 Bytes
/
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
{
"name": "genedb",
"version": "1.0.0",
"description": "a tool to make a gene database in Chinese language",
"main": "index.js",
"scripts": {
"test": "test",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/genostack/genedb.git"
},
"keywords": [
"Chinese",
"gene",
"database"
],
"author": "genostack",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/genostack/genedb/issues"
},
"homepage": "https://github.com/genostack/genedb#readme",
"dependencies": {
"commander": "^2.18.0",
"google-translate-api": "^2.3.0",
"google-translate-api-cn": "^1.0.1",
"mwbot": "^1.0.10",
"node-fetch": "^2.2.0",
"pg": "^7.4.3",
"pg-hstore": "^2.3.2",
"sequelize": "^4.38.0",
"xmldom": "^0.1.27",
"xpath": "0.0.27"
}
}