72 lines
2.0 KiB
JSON
72 lines
2.0 KiB
JSON
{
|
|
"name": "emulators-ui",
|
|
"version": "0.73.9",
|
|
"description": "Emulators UI",
|
|
"main": "dist/emulators-ui.js",
|
|
"types": "dist/types/emulators-ui.d.ts",
|
|
"browserslist": [
|
|
"defaults",
|
|
"not ie 11",
|
|
"not op_mini all"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/js-dos/emulators-ui.git"
|
|
},
|
|
"keywords": [
|
|
"js-dos",
|
|
"dos",
|
|
"api",
|
|
"browser",
|
|
"dosbox",
|
|
"emulators",
|
|
"ui",
|
|
"webassembly"
|
|
],
|
|
"author": "Alexander Guryanov (aka caiiiycuk)",
|
|
"license": "GPL-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/caiiiycuk/js-dos/issues"
|
|
},
|
|
"homepage": "https://js-dos.com",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.6",
|
|
"@babel/preset-env": "^7.18.6",
|
|
"@types/browserify": "^12.0.36",
|
|
"@types/gulp": "^4.0.6",
|
|
"@types/gulp-rename": "2.0.1",
|
|
"@types/gulp-size": "^4.0.0",
|
|
"@types/gulp-sourcemaps": "0.0.35",
|
|
"@types/gulp-terser": "^1.2.1",
|
|
"@types/node": "^18.0.6",
|
|
"@types/vinyl-buffer": "^1.0.0",
|
|
"@types/vinyl-source-stream": "0.0.30",
|
|
"@typescript-eslint/eslint-plugin": "^5.30.6",
|
|
"@typescript-eslint/parser": "^5.30.6",
|
|
"babelify": "^10.0.0",
|
|
"browserify": "^17.0.0",
|
|
"core-js": "^3.23.5",
|
|
"del": "^6.1.1",
|
|
"element-resize-detector": "^1.2.4",
|
|
"emulators": "^0.73.7",
|
|
"eslint": "^8.20.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"git-repo-info": "^2.1.1",
|
|
"gulp": "^4.0.2",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-size": "^4.0.1",
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
"gulp-terser": "^2.1.0",
|
|
"md5.js": "^1.3.5",
|
|
"nipplejs": "^0.9.0",
|
|
"notyf": "^3.10.0",
|
|
"simple-keyboard": "^3.4.126",
|
|
"ts-node": "^10.9.1",
|
|
"tsify": "^5.0.4",
|
|
"typescript": "^4.7.4",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"vinyl-source-stream": "^2.0.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|