mirror of
https://github.com/linuxserver/emulatorjs.git
synced 2026-02-23 00:01:26 +08:00
Ran "npm init --yes" to populate the 'package.json' file. Converted the line endings in "setup_dev.sh" back to unix.
32 lines
786 B
JSON
32 lines
786 B
JSON
{
|
|
"name": "emulatorjs",
|
|
"version": "1.7.2",
|
|
"description": "Rom and art management utility for generating configuration files for use with the EmulatorJS frontend",
|
|
"main": "index.js",
|
|
"author": "thelamer",
|
|
"dependencies": {
|
|
"cloudcmd": "^15.9.14",
|
|
"deepmerge": "^4.2.2",
|
|
"express": "^4.17.2",
|
|
"ipfs-http-client": "51.0.0",
|
|
"jszip": "^3.7.1",
|
|
"socket.io": "^4.5.3"
|
|
},
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/linuxserver/emulatorjs.git"
|
|
},
|
|
"keywords": [],
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/linuxserver/emulatorjs/issues"
|
|
},
|
|
"homepage": "https://github.com/linuxserver/emulatorjs#readme"
|
|
}
|