mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 19:27:47 +00:00
13 lines
238 B
JSON
13 lines
238 B
JSON
{
|
|
"name": "EmulatorJS",
|
|
"version": "4.0.6",
|
|
"repository": "https://github.com/EmulatorJS/EmulatorJS.git",
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"start": "http-server"
|
|
},
|
|
"dependencies": {
|
|
"http-server": "^14.1.1"
|
|
}
|
|
}
|