-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 857 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 857 Bytes
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
{
"name": "chat",
"version": "0.0.1",
"description": "my first socket.io app",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "4.16.3",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"redis": "^2.8.0",
"socket.io": "^2.1.1"
},
"main": "index.js",
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loto/nodejs-chat.git"
},
"author": "Neil Rosenstech, Lionel Oto, Cédric Darné",
"license": "ISC",
"bugs": {
"url": "https://github.com/loto/nodejs-chat/issues"
},
"homepage": "https://github.com/loto/nodejs-chat#readme"
}