forked from bfrgoncalves/Online-PhyloViZ
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "Force_Layout_ViZ",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.12.0",
"busboy": "^0.2.9",
"connect-busboy": "0.0.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.4",
"csv-parser": "^1.5.0",
"csv-streamer": "^0.1.1",
"debug": "~2.1.1",
"express": "^4.12.4",
"fast-csv": "^0.6.0",
"formidable": "^1.0.17",
"heap": "^0.2.6",
"http-proxy": "^1.12.0",
"jade": "~1.9.2",
"jquery": "^2.1.4",
"l": "0.0.1",
"massive": "^2.0.9",
"mongoose": "^3.8.25",
"morgan": "~1.5.1",
"multer": "^0.1.8",
"nodemailer": "^1.8.0",
"nvd3": "^1.1.15-beta2",
"passport": "^0.3.0",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"pg": "^4.4.2",
"request": "^2.57.0",
"serve-favicon": "~2.2.0",
"simple-ajax": "^2.1.0"
},
"description": "This web application allows you to choose between two layout rendering engines (SVG and WebGl) and display 4 different MLST datasets using minimum spanning trees.",
"main": "app.js",
"devDependencies": {},
"author": "",
"license": "ISC"
}