-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 893 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": "flipcard",
"version": "2.0.0",
"description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.6.3.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hodgoong/flipcard.git"
},
"author": "Hojoong Chung",
"license": "MIT",
"bugs": {
"url": "https://github.com/hodgoong/flipcard/issues"
},
"homepage": "https://github.com/hodgoong/flipcard#readme",
"dependencies": {
"express": "^4.16.3",
"express-jwt": "^5.3.1",
"express-session": "^1.15.6",
"jsonwebtoken": "^8.2.1",
"method-override": "^2.3.10",
"mongoose": "^5.0.15",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path": "^0.12.7"
}
}