-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
73 lines (73 loc) · 2.11 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
69
70
71
72
73
{
"name": "causalpath-webserver",
"version": "0.1.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "npm run bundle:css && node server.js",
"bundle:css": "postcss public/css/index.css -o public/build/bundle.css",
"watch:css": "postcss --watch public/css/index.css -o build/bundle.css"
},
"repository": {
"type": "git",
"url": "https://github.com/PathwayAndDataAnalysis/causalpath-webserver"
},
"author": "",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/PathwayAndDataAnalysis/causalpath-webserver/issues"
},
"homepage": "http://www.causalpath.org",
"dependencies": {
"backbone": "^1.4.0",
"coffeeify": "^3.0.1",
"coffeescript": "^2.3.2",
"compression": "^1.7.4",
"connect-mongo": "^1.1.0",
"cytoscape": "github:PathwayAndDataAnalysis/cytoscape.js#causalpath-fix2",
"cytoscape-canvas": "^3.0.1",
"cytoscape-context-menus": "^3.0.6",
"cytoscape-cose-bilkent": "github:cytoscape/cytoscape.js-cose-bilkent#unstable",
"cytoscape-popper": "^1.0.2",
"derby": "^0.10.10",
"dir-tree": "^1.0.1",
"directory-tree": "^2.2.1",
"express": "^4.16.4",
"express-session": "^1.16.1",
"file-saver": "^2.0.0",
"font-awesome": "^4.7.0",
"jquery": "^3.4.0",
"jquery-resizable-dom": "^0.32.0",
"jstree": "^3.3.8",
"junk": "^3.1.0",
"mongodb": "^3.1.12",
"noty": "^3.2.0-beta",
"npm-run-all": "^4.1.5",
"onecolor": "^3.1.0",
"postcss": "^7.0.14",
"postcss-cli": "^6.1.1",
"postcss-import": "^12.0.1",
"postcss-url": "^8.0.0",
"queue": "^6.0.2",
"racer-bundle": "^0.3.0",
"racer-highway": "^8.1.0",
"request": "^2.88.0",
"run-p": "0.0.0",
"serve-favicon": "^2.5.0",
"sharedb-mongo": "^1.0.0-beta.8",
"tippy.js": "^3.4.1",
"uid-safe": "^2.1.5",
"underscore": "^1.9.1",
"util-promisifyall": "^1.0.6",
"uws": "^10.148.1",
"w3-css": "^4.1.0"
},
"devDependencies": {
"connect-timeout": "^1.9.0",
"findit": "^2.0.0",
"line-reader-sync": "^0.1.0",
"node-fetch": "^2.6.7",
"qunitjs": "^2.4.1",
"uuid": "^8.3.2"
}
}