-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 753 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 753 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
35
36
37
38
{
"name": "hack-in-the-west",
"version": "1.0.0",
"description": "Hack in the West",
"main": "index.js",
"scripts": {
"start": "node ./bin/www",
"test": "nodemon ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heromayank2/hackinthewest1.0.git"
},
"keywords": [
"hack",
"in",
"the",
"west",
"iiit",
"kota",
"hackathon",
"hintw"
],
"author": "Divyansh Singh, Omkar Deshmukh",
"license": "MIT",
"bugs": {
"url": "https://github.com/heromayank2/hackinthewest1.0/issues"
},
"homepage": "https://www.hackinthewest.in",
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"pug": "2.0.0-beta11"
}
}