-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.18 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.18 KB
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": "node_test",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"ajax": "0.0.4",
"bignumber.js": "^9.0.1",
"bionode-vcf": "^1.3.0",
"body-parser": "^1.19.0",
"braces": "^2.3.2",
"browserify-fs": "^1.0.0",
"connect-busboy": "0.0.2",
"del": "^4.1.1",
"esm": "^3.2.25",
"express": "^4.17.1",
"express-easy-zip": "^1.1.5",
"express-handlebars": "^3.1.0",
"file-saver": "^2.0.5",
"formidable": "^1.2.6",
"fs-extra": "^8.0.1",
"jquery": "^3.6.0",
"line-reader": "^0.4.0",
"memfs": "^2.15.4",
"mssql": "^5.1.5",
"multer": "^1.4.3",
"mysql": "^2.17.1",
"mysql2": "^2.3.3",
"nodemailer": "^6.7.1",
"nodemon": "^2.0.15",
"npm": "^6.14.15",
"plotly.js-dist": "^1.58.5",
"pug": "^3.0.1",
"request": "^2.88.0",
"requirejs": "^2.3.6",
"sequelize": "^5.22.4",
"sqlstring": "^2.3.1",
"tar": "^4.4.19",
"tedious": "^6.7.1",
"update": "^0.7.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"author": "",
"license": "ISC",
"description": "We have this lines:"
}