-
Notifications
You must be signed in to change notification settings - Fork 289
/
package.json
57 lines (57 loc) · 1.48 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
{
"name": "shiny-server",
"preferGlobal": "true",
"version": "1.5.23",
"author": "RStudio <node@rstudio.com>",
"description": "Application server for the Shiny web framework for R",
"bin": "./lib/main.js",
"scripts": {
"start": "node ./lib/main.js",
"test": "mocha test",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/rstudio/shiny-server.git"
},
"dependencies": {
"bash": "0.0.1",
"client-sessions": "^0.8.0",
"compression": "^1.7.4",
"express": "^4.21.0",
"faye-websocket": "^0.11.4",
"graceful-fs": "^4.2.11",
"handlebars": "^4.7.8",
"http-proxy": "^1.18.1",
"ip-address": "^9.0.5",
"log4js": "^6.9.1",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"nan": "^2.18.0",
"optimist": "github:rstudio/node-optimist#dbbadda31e53b63225a57e172a528b1ddc52be52",
"pause": "0.1.0",
"q": "^1.5.1",
"qs": "^6.11.2",
"send": "^0.19.0",
"shiny-server-client": "github:rstudio/shiny-server-client#v1.2.0",
"sockjs": "^0.3.24",
"sockjs-client": "github:jcheng5/sockjs-client#v1.5.2.2-jcheng5",
"split": "^1.0.1",
"underscore": "^1.13.7"
},
"license": "AGPL-3.0",
"engines": {
"node": ">=6.6.0",
"npm": ">=2.8.0"
},
"devDependencies": {
"@types/node": "^22.7.3",
"@types/q": "^1.5.8",
"@types/split": "^1.0.5",
"mocha": "^10.7.3",
"rewire": "^7.0.0",
"should": "^13.2.3",
"sinon": "^18.0.1",
"typescript": "^5.6.2"
}
}