-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 929 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
{
"name": "alumni-website",
"version": "1.0.0",
"description": "website to establish alumni network",
"main": "index.js",
"scripts": {
"start": "actionhero start",
"actionhero": "actionhero",
"pretest": "standard",
"test": "cross-env NODE_ENV=test mocha",
"lint": "eslint ./initializers ./migrations ./actions ./config ./models"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaharyar-shamshi/alumni-website.git"
},
"author": "shaharyar-shamshi",
"license": "ISC",
"bugs": {
"url": "https://github.com/shaharyar-shamshi/alumni-website/issues"
},
"homepage": "https://github.com/shaharyar-shamshi/alumni-website#readme",
"dependencies": {
"actionhero": "^19.1.1",
"jsesc": "^2.5.2",
"jsonwebtoken": "^8.4.0",
"mongoose": "^5.7.5",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1"
}
}