EmulatorJS/package.json

17 lines
365 B
JSON
Raw Permalink Normal View History

2023-03-18 16:28:19 +00:00
{
"name": "@emulatorjs/emulatorjs",
2024-08-19 22:27:45 +00:00
"version": "4.1.1",
"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.",
2023-03-18 16:28:19 +00:00
"scripts": {
"start": "http-server"
2023-03-18 16:28:19 +00:00
},
"dependencies": {
"http-server": "^14.1.1"
2023-03-18 16:28:19 +00:00
}
}