-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
71 lines (71 loc) · 2.05 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
{
"name": "Sbgnviz-Collaborative-Editor",
"version": "0.1.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "cypress run --config video=false",
"lint:js": "eslint ./public/collaborative-app && eslint ./index.js && eslint ./agent-interaction/src/js && eslint ./server ",
"lint": "run-s lint:*",
"esdoc": "esdoc -c .esdoc.json"
},
"repository": {
"type": "git",
"url": "git://github.com/fdurupinar/sbgnviz-collaborative-editor.git"
},
"author": "Funda Durupinar Babur",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/fdurupinar/sbgnviz-collaborative-editor/issues"
},
"homepage": "https://github.comfdurupinar/sbgnviz-collaborative-editor",
"dependencies": {
"backbone": "1.3.3",
"bluebird": "^3.5.5",
"bootstrap": "^3.4.1",
"circular-json": "^0.3.3",
"coffeeify": "^2.0.1",
"compression": "^1.7.4",
"connect-mongo": "^1.1.0",
"cytoscape": "^3.7.2",
"derby": "^0.10.10",
"esdoc-node": "^1.0.4",
"esdoc-standard-plugin": "^1.0.0",
"express": "^4.17.1",
"express-session": "^1.16.2",
"jquery": "~3.3.1",
"jquery-expander": "1.7.0",
"mongodb": "^2.2.36",
"mousetrap": "^1.6.3",
"npm-run-all": "^4.1.2",
"oncoprintjs": "^1.1.16",
"onecolor": "^3.1.0",
"pdf2text": "^1.1.0",
"pegjs": "^0.10.0",
"pegjs-import": "^0.2.6",
"racer-bundle": "^0.3.0",
"racer-highway": "^8.1.0",
"request": "^2.88.0",
"serve-favicon": "^2.5.0",
"sharedb-hooks": "^3.0.5",
"sharedb-mongo": "^1.0.0-beta.8",
"socket-io": "^1.0.0",
"socket.io": "^1.0.0",
"tippy.js": "^3.4.0",
"underscore": "^1.9.1",
"ws": "^3.3.3"
},
"devDependencies": {
"@cypress/releaser": "^0.2.2",
"cypress": "^3.3.1",
"esdoc": "^1.1.0",
"eslint": "^4.15.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"qunitjs": "^2.4.1"
}
}