-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
35 lines (35 loc) · 1.02 KB
/
package.json
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
{
"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"
}