PHP Classes

File: scripts/dosbox-bridge/package.json

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   scripts/dosbox-bridge/package.json   Download  
File: scripts/dosbox-bridge/package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 622 bytes
 

Contents

Class file image Download
{ "name": "binkterm-dosbox-bridge", "version": "1.0.0", "description": "DOSBox door game bridge for BinktermPHP", "main": "server.js", "scripts": { "start": "node server.js 5000 5001 test-session", "test": "node server.js 5000 5001 test-session" }, "dependencies": { "dotenv": "^17.2.4", "iconv-lite": "^0.6.3", "node-pty": "^1.0.0", "pg": "^8.18.0", "ws": "^8.16.0" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "dosbox", "bbs", "fidonet", "door-games", "websocket" ], "author": "BinktermPHP Contributors", "license": "BSD-3-Clause" }