EmulatorJS/package.json

13 lines
238 B
JSON
Raw Permalink Normal View History

2023-03-18 16:28:19 +00:00
{
"name": "EmulatorJS",
"version": "4.0.6",
2023-07-26 16:16:02 +00:00
"repository": "https://github.com/EmulatorJS/EmulatorJS.git",
"license": "GPL-3.0",
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
}
}