-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
49 lines (49 loc) · 1.09 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
49
{
"name": "iiitv-getmein",
"version": "0.1.2",
"description": "Portal to get an invite to IIITV OSS Team",
"scripts": {
"start": "node server.js",
"lint": "./node_modules/eslint/bin/eslint.js ./public/*.js *.js --fix"
},
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"axios": "^0.28.0",
"dotenv": "^8.2.0",
"express": "^4.17.3",
"gh-account-exists": "^0.1.0",
"jquery": "^3.5.0",
"nodemailer": "^6.9.9",
"path": "^0.12.7",
"uikit": "^3.1.4",
"url-crypt": "*"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"husky": "^1.3.1"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"pre-push": "npm run lint"
}
},
"engines": {
"node": "9.x",
"npm": ">=7.x"
},
"repository": {
"url": "https://github.com/iiitv/getmein-web"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}