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