-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
executable file
·46 lines (46 loc) · 1.24 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
{
"name": "magi",
"version": "0.0.1",
"private": true,
"engines": {
"node": "6.1.x",
"npm": "3.8.x"
},
"scripts": {
"start": "node server",
"postinstall": "./node_modules/bower/bin/bower install"
},
"dependencies": {
"optimist": "latest",
"express": "latest",
"body-parser": "latest",
"errorhandler": "latest",
"compression": "latest",
"method-override": "latest",
"morgan": "latest",
"multer": "0.1.8",
"serve-favicon": "latest",
"cookie-parser": "latest",
"cookie-session": "latest",
"jade": "1.3.x",
"mongoose": "3.8.x",
"bower": "latest",
"formidable": "latest",
"passport": "0.2.x",
"passport-google-openidconnect": "latest",
"moment": "latest",
"jsdom": "3.x",
"q": "latest",
"request": "latest",
"pg": "latest",
"sql": "latest"
},
"repository": {
"type": "git"
},
"description": "This repository contains the code to run a webserver based on the gd3 suite of genomic visualization tools. The server allows you to query a set of genes' mutations in cohorts of tumors, and to see mutations and protein-protein interactions among those genes.",
"main": "oauth2.js",
"devDependencies": {},
"author": "",
"license": "ISC"
}