emulatorjs/package.json
Isaiah Koontz 88d8e9c30c Organized and fill in missing documentation.
Ran "npm init --yes" to populate the 'package.json' file.
Converted the line endings in "setup_dev.sh" back to unix.
2022-11-12 22:13:36 -08:00

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"
}