forked from nodebusters/ask-izzy-plus-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 951 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
33
34
35
36
37
{
"name": "ask-izzy-plus-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "now && now alias"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodebusters/ask-izzy-plus-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nodebusters/ask-izzy-plus-server/issues"
},
"homepage": "https://github.com/nodebusters/ask-izzy-plus-server#readme",
"dependencies": {
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"jwt-decode": "^2.2.0",
"mongoose": "^5.4.6",
"nodemailer": "^5.1.1",
"nodemon": "^1.18.9",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0"
},
"devDependencies": {
"now": "^13.1.2"
}
}