-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 848 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 848 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
{
"name": "node-chatroom",
"version": "1.0.0",
"description": "On Tuesday September 13, 2016, James Michael Maltby gave us an Introduction to Node.js. This package contains the chatroom example.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"git": "git://github.com/internetexplorers/node-chatroom.git",
"repository": {
"type": "git",
"url": "git://github.com/internetexplorers/node-chatroom.git"
},
"license": "MIT",
"author": "James Michael Maltby <jamesmaltby@me.com> (https://github.com/internetexplorers)",
"private": false,
"dependencies": {
"body-parser": "1.15.2",
"consolidate": "0.14.1",
"express": "4.14.0",
"express-session": "1.14.1",
"moment": "2.15.0",
"node-sass": "3.9.3",
"socket.io": "1.4.8",
"swig": "1.4.2"
}
}