forked from rstudio/shiny-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.51 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": "shiny-server",
"preferGlobal": "true",
"version": "1.2.2",
"author": "RStudio <[email protected]>",
"description": "Application server for the Shiny web framework for R",
"bin": "./lib/main.js",
"scripts": {
"start": "node ./lib/main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rstudio/shiny-server.git"
},
"dependencies" : {
"faye-websocket" : "https://github.com/rstudio/faye-websocket-node/archive/95436354.tar.gz",
"http-proxy" : "https://github.com/rstudio/node-http-proxy/archive/efd4d990b9.tar.gz",
"sockjs" : "https://s3.amazonaws.com/rstudio-buildtools/sockjs-b88f9eadf.tar.gz",
"handlebars" : "1.0.7",
"underscore" : "1.4.2",
"q" : "0.9.x",
"bash" : "0.0.1",
"log4js" : "0.5.x",
"unixgroups" : "https://github.com/rstudio/node-unixgroups/tarball/af6544c",
"moment" : "1.7.x",
"regexp-quote" : "0.0.0",
"stable" : "0.1.2",
"optimist" : "0.3.5",
"pause" : "0.0.1",
"send" : "0.1.x",
"connect" : "2.7.x",
"webkit-devtools-agent" : "*",
"client-sessions" : "0.4.x",
"should" : "1.2.x",
"sinon" : "1.7.x",
"qs" : "0.6.x",
"split" : "0.2.x",
"graceful-fs" : "2.0.x",
"mocha" : "1.12.x",
"rewire" : "1.1.x"
},
"license": "AGPL-3",
"engines": {
"node": ">=0.8.16"
}
}