-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.37 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
50
{
"name": "nashy",
"version": "1.0.0",
"description": "A game of trust",
"main": "",
"scripts": {
"dev": "NODE_ENV=development PORT=3000 node index.js",
"build": "next build",
"start": "NODE_ENV=production node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goonism/nashy.git"
},
"keywords": [
"game"
],
"author": "GSM",
"license": "MIT",
"bugs": {
"url": "https://github.com/goonism/nashy/issues"
},
"homepage": "https://github.com/goonism/nashy#readme",
"dependencies": {
"bluebird": "^3.5.1",
"connect-mongo": "^2.0.1",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"mongodb": "^3.0.7",
"mongoose": "^5.0.17",
"mongoose-findorcreate": "^3.0.0",
"nedb": "^1.8.0",
"next": "^6.0.0",
"next-auth": "^1.8.1",
"nodemailer": "^4.6.4",
"nodemailer-direct-transport": "^3.3.2",
"nodemailer-smtp-transport": "^2.7.4",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-twitter": "^1.0.4",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"styled-components": "^3.2.6"
},
"now": {
"name": "nashy",
"alias": "nashy.now.sh"
}
}