EmulatorJS/package.json
2024-03-26 18:41:47 -05:00

16 lines
366 B
JSON

{
"name": "@emulatorjs/emulatorjs",
"version": "4.0.12",
"repository": {
"type": "git",
"url": "https://github.com/EmulatorJS/EmulatorJS.git"
},
"license": "GPL-3.0",
"description": "EmulatorJS is a frontend for RetroArch in the web browser.",
"scripts": {
"start": "http-server"
},
"dependencies": {
"http-server": "^14.1.1"
}
}