-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 725 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 725 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
{
"name": "Collaborative-Code",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.12.4",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"express": "~4.12.2",
"ejs": "~0.8.5",
"mongoose": "~3.8.8",
"morgan": "~1.5.1",
"express-helpers": "~1.3.1",
"serve-favicon": "~2.2.0",
"express-session": "~1.13.0",
"socket.io": "~1.4.5",
"cookie": "~0.2.3",
"shortid": "~2.2.4"
},
"repository": {
"type": "git",
"url": "https://github.com/ash7594/Collaborative-Code.git"
},
"author": "Ashutosh Nath Agarwal",
"keywords": [
"collaboration",
"editor",
"hackerRank Task"
]
}