-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 867 Bytes
/
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": "codeanywhere",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"debug": "^4.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"jade": "^1.11.0",
"mongoose": "^5.10.7",
"morgan": "^1.10.0",
"serve-favicon": "^2.5.0"
},
"description": "A portfolio site and an online platform to code.",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/surya3997/CodeAnywhere.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/surya3997/CodeAnywhere/issues"
},
"homepage": "https://github.com/surya3997/CodeAnywhere#readme"
}