-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 989 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
36
{
"name": "hack.codeshala.org",
"version": "1.0.0",
"description": "Online Contests Platform By Codeshala.Org",
"main": "index.js",
"dependencies": {
"aws-sdk": "^2.296.0",
"body-parser": "^1.18.3",
"busboy": "^0.2.14",
"busboy-body-parser": "^0.3.2",
"connect-busboy": "0.0.2",
"cookie-parser": "1.4.3",
"ejs": "2.6.1",
"express": "^4.16.3",
"fs": "0.0.1-security",
"mongoose": "5.2.8",
"path": "^0.12.7",
"request": "2.88.0",
"router": "^1.3.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/princebatra2315/hack.codeshala.org.git"
},
"author": "vipin@codeshala.org",
"license": "MIT",
"bugs": {
"url": "https://github.com/princebatra2315/hack.codeshala.org/issues"
},
"homepage": "https://github.com/princebatra2315/hack.codeshala.org#readme"
}