-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.34 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
51
52
{
"name": "loginregister",
"version": "0.0.0",
"private": true,
"scripts": {
"client-install": "npm install --prefix client",
"start": "node ./bin/www",
"server": "nodemon",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server \" \"npm run client\""
},
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^1.0.3",
"bluebird": "^3.5.1",
"body-parser": "~1.18.2",
"concurrently": "^3.6.1",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"cron": "^1.3.0",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"ejs": "^2.6.1",
"eth-crypto": "^1.2.3",
"express": "^4.15.5",
"express-jwt": "^5.3.1",
"file-encryptor": "^0.1.1",
"fs": "0.0.1-security",
"ipfs-api": "^23.0.0",
"jsonwebtoken": "^8.2.0",
"mongoose": "^5.0.12",
"morgan": "~1.9.0",
"multer": "^1.3.0",
"node-cron": "^1.2.1",
"nodemailer": "^4.6.4",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-facebook-token": "^3.3.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"pug": "2.0.0-beta11",
"serve-favicon": "~2.4.5",
"sleep": "^5.1.1",
"socket.io": "^2.1.1",
"ursa": "^0.9.4",
"web3": "^1.0.0-beta.26"
},
"devDependencies": {
"nodemon": "^1.17.2"
}
}