-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.38 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "triptravel-services",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"authenticator": "^1.1.2",
"axios": "^0.18.0",
"bcrypt": "^3.0.0",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"cb-http-client": "^0.2.3",
"cluster": "^0.7.7",
"config": "^1.31.0",
"connect-multiparty": "^2.0.0",
"connect-redis": "^3.2.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"cron": "^1.3.0",
"crossdomain": "0.0.1",
"crypto": "0.0.3",
"cryptocompare": "^0.2.0",
"easyimage": "^2.1.0",
"ejs": "^2.5.7",
"email-existence": "^0.1.6",
"ethereumjs-tx": "^1.3.7",
"express": "^4.15.2",
"express-fileupload": "0.0.5",
"express-session": "^1.15.4",
"farmhash": "^2.0.3",
"file-exists": "^2.0.0",
"fs": "0.0.1-security",
"ganache-cli": "^6.2.5",
"hls-buffer": "^0.1.5",
"htmlspecialchars": "^1.0.5",
"http-proxy": "^1.16.2",
"httpify": "^3.0.0",
"imagemagick": "^0.1.3",
"ipfs-mini": "^1.1.2",
"jsonwebtoken": "^8.3.0",
"ksort": "0.0.6",
"moment": "^2.15.1",
"moment-timezone": "^0.5.5",
"mongodb": "^3.1.3",
"mongoose": "^5.3.3",
"mongoose-simple-random": "^0.4.1",
"node-fetch": "^1.7.3",
"node-gearman": "^0.2.2",
"node-gyp": "^3.6.2",
"node-nlp": "^2.3.0",
"nodemailer": "^0.7.1",
"nodemailer-ses-transport": "^1.5.1",
"number-format.js": "^2.0.7",
"package": "^1.0.1",
"package.json": "^2.0.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"qrcode": "^1.3.2",
"redis": "^2.6.5",
"request": "^2.88.0",
"sitemap": "^2.0.1",
"socket.io": "^2.0.4",
"socket.io-redis": "^5.2.0",
"solc": "^0.4.23",
"string_decoder": "^0.10.31",
"uniq": "^1.0.1",
"util": "^0.10.3",
"web3": "^1.0.0-beta.37",
"web3-eth-accounts": "^1.3.7",
"ws": "^4.1.0",
"xml2js": "^0.4.19"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/khanhney/triptravel-services.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/khanhney/triptravel-services/issues"
},
"homepage": "https://github.com/khanhney/triptravel-services#readme"
}