-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.14 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
{
"name": "migrate-utils",
"version": "1.0.0",
"description": "Tools to migrate from \"old\" Java/MySQL-based XTENS to the current version (nodeJS/PostgreSQL)",
"bin": {
"migrate": "migrate.js"
},
"scripts": {
"test": "PORT=9999 NODE_ENV=test mocha -R spec --recursive --debug-brk"
},
"repository": {
"type": "git",
"url": "https://github.com/biolab-unige/migrate-utils.git"
},
"keywords": [
"migration",
"xtens",
"mysql",
"postgresql"
],
"author": "Massimiliano Izzo",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/biolab-unige/migrate-utils/issues"
},
"homepage": "https://github.com/biolab-unige/migrate-utils",
"dependencies": {
"bionode-vcf": "^1.1.5",
"bluebird": "^2.9.30",
"co": "^4.6.0",
"csv-parse": "^1.0.0",
"excel": "^0.1.4",
"knex": "^0.14.x",
"lodash": "^3.10.1",
"moment-timezone": "^0.4.1",
"mysql": "^2.7.0",
"node-xlsx": "^0.6.0",
"pg": "^4.4.0",
"request": "^2.64.0",
"winston": "^2.1.1",
"xlsx": "^0.8.0"
},
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.3.0",
"sinon": "^1.16.1"
}
}