Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
titaniumnetwork-dev
GitHub Repository: titaniumnetwork-dev/Ludicrous
Path: blob/main/public/webretro/utils/package.json
1224 views
1
{
2
"name": "webretro",
3
"version": "6.5.0",
4
"description": "RetroArch in your browser!",
5
"main": "node-server.js",
6
"scripts": {
7
"test": "node node-server.js",
8
"start": "node node-server.js"
9
},
10
"repository": {
11
"type": "git",
12
"url": "git+https://github.com/BinBashBanana/webretro.git"
13
},
14
"keywords": [
15
"emulator",
16
"retroarch",
17
"libretro"
18
],
19
"author": "OlyB",
20
"license": "MIT",
21
"bugs": {
22
"url": "https://github.com/BinBashBanana/webretro/issues"
23
},
24
"homepage": "https://binbashbanana.github.io/webretro/",
25
"dependencies": {
26
"express": "^4.17.2",
27
"fs": "^0.0.1-security",
28
"http": "^0.0.1-security"
29
}
30
}
31
32