FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
EmulatorJS/package.json at main · codedevper/EmulatorJS · GitHub
codedevper
/
EmulatorJS
Public
forked from
EmulatorJS/EmulatorJS
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
EmulatorJS
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
39 lines (39 loc) · 1.09 KB
Breadcrumbs
EmulatorJS
/
package.json
Copy path
File metadata and controls
39 lines (39 loc) · 1.09 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name"
:
"
@emulatorjs/emulatorjs
"
,
"version"
:
"
4.2.3
"
,
"type"
:
"
module
"
,
"description"
:
"
EmulatorJS is a frontend for RetroArch in the web browser.
"
,
"homepage"
:
"
https://emulatorjs.org
"
,
"license"
:
"
GPL-3.0
"
,
"sideEffects"
:
true
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/EmulatorJS/EmulatorJS.git
"
},
"bugs"
: {
"url"
:
"
https://github.com/EmulatorJS/EmulatorJS/issues
"
},
"scripts"
: {
"start"
:
"
http-server
"
,
"minify"
:
"
node minify/minify.js
"
,
"build"
:
"
node build.js
"
,
"update"
:
"
node update.js
"
,
"docs"
:
"
jsdoc data/src/*.js -d jsdoc
"
},
"dependencies"
: {
"@node-minify/clean-css"
:
"
^9.0.1
"
,
"@node-minify/core"
:
"
^9.0.2
"
,
"@node-minify/terser"
:
"
^9.0.1
"
,
"http-server"
:
"
^14.1.1
"
,
"node-7z"
:
"
^3.0.0
"
},
"optionalDependencies"
: {
"@emulatorjs/cores"
:
"
latest
"
},
"devDependencies"
: {
"jsdoc"
:
"
^4.0.4
"
,
"nipplejs"
:
"
^0.10.2
"
,
"node-fetch"
:
"
^3.3.2
"
,
"socket.io"
:
"
^4.8.1
"
}
}
Back
|
FazBrowse Home
|
New Git URL