-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.21 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "konstruct",
"version": "1.0.0",
"description": "Official Site for Technical Fest of MAKAUT, WB",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\"",
"lint:controller": "eslint app.js Controller/",
"lint:model": "eslint Models/",
"lint:static": "eslint Static/",
"lint": "npm run lint:controller && npm run lint:model && npm run lint:static"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KonstructWBUT/konstructWBUT.github.io.git"
},
"keywords": [
"Konstruct",
"Technical",
"Tech Fest",
"WBUT",
"MAKAUT"
],
"author": {
"name": "Bytes Club",
"email": "[email protected]",
"url": "https://bytesclub.github.io"
},
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/KonstructWBUT/konstructWBUT.github.io/issues"
},
"homepage": "http://konstruct.wbut.ac.in",
"devDependencies": {
"eslint": "^4.18.2",
"mocha": "^5.0.4"
},
"dependencies": {
"body-parser": "^1.18.2",
"errorhandler": "^1.5.0",
"express": "^4.16.2",
"method-override": "^2.3.10",
"morgan": "^1.9.0",
"pug": "^2.0.1",
"stylus": "^0.54.5"
}
}