-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
executable file
·68 lines (68 loc) · 1.54 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
{
"name": "ZooPhy",
"version": "1.7.0",
"private": true,
"description": "Reconstructing Virus Spread using Phylogeography",
"keywords": [
"ZooPhy",
"Phylogeography",
"Virus",
"GLM",
"Influenza",
"Zoonotic",
"GenBank",
"ASU",
"Biodesign",
"CEHE"
],
"homepage": "https://zodo.asu.edu/zoophy/",
"scripts": {
"start": "node ./bin/www",
"test": "./node_modules/istanbul/lib/cli.js cover -x **/secret_settings.js ./node_modules/mocha/bin/_mocha"
},
"dependencies": {
"body-parser": "^1.19.0",
"connect-redis": "^3.1.0",
"cookie-parser": "~1.4.3",
"ejs": "^2.4.2",
"express": "^4.17.1",
"express-session": "^1.14.0",
"fs": "0.0.1-security",
"ioredis": "^2.3.0",
"morgan": "^1.9.1",
"multer": "^1.3.0",
"request": "^2.74.0",
"uuid": "^3.0.1",
"winston": "^2.3.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-fs": "^1.0.0",
"istanbul": "^0.4.5",
"mocha": "^6.2.0",
"sinon": "^1.17.5",
"supertest": "^4.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/zoophy/zoophy-ui"
},
"license": "Apache 2.0",
"author": {
"name": "ASU Biodesign Center for Environmental Health Engineering ZooPhy Lab",
"email": "[email protected]",
"url": "http://zoophy.wikispaces.asu.edu/"
},
"contributors": [
{
"name": "Demetrius Shargani",
"email": "",
"url": "https://developerdemetri.com"
},
{
"name": "Arjun Magge",
"email": "",
"url": ""
}
]
}