PHP Classes

File: package.json

Recommend this page to a friend!
  Classes of Johnny Mast   PHP MySQL WebSocket Chat   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP MySQL WebSocket Chat
Websocket chat that stores messages in MySQL
Author: By
Last change: Update of package.json
Date: 1 year ago
Size: 1,045 bytes
 

Contents

Class file image Download
{ "name": "mysql_websocket_chat", "version": "1.0.0", "description": "Quickly get a websocket chat up and running.", "main": "index.js", "devDependencies": { "eslint-config-standard": "^14.1.1", "eslint-formatter-pretty": "^3.0.1", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "rimraf": "^3.0.2", "standard": "^14.3.3", "stylelint": "^13.3.2", "stylelint-config-standard": "^20.0.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "eslint": "eslint -c eslintrc.json --format=pretty ./public/js" }, "repository": { "type": "git", "url": "git+https://github.com/johnnymast/mysql_websocket_chat.git" }, "keywords": [ "websocket-chat" ], "author": "phpclasses", "license": "MIT", "bugs": { "url": "https://github.com/johnnymast/mysql_websocket_chat/issues" }, "homepage": "https://github.com/johnnymast/mysql_websocket_chat#readme" }