-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2 KB
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
{
"name": "iconemy",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "webpack",
"start": "node ./bin/www"
},
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"babel-register": "^6.26.0",
"bcrypt-nodejs": "^0.0.3",
"bitcoinjs-lib": "^3.3.2",
"clipboard-polyfill": "^2.5.2",
"co": "^4.6.0",
"collections": "^5.1.5",
"connect-ensure-login": "^0.1.1",
"connect-mongodb-session": "^2.0.3",
"cookie-parser": "~1.4.3",
"copy-webpack-plugin": "^4.5.2",
"cors": "^2.8.5",
"csurf": "^1.9.0",
"debug": "~2.6.9",
"dotenv": "^6.0.0",
"ejs": "~2.5.7",
"ethereumjs-wallet": "^0.6.0",
"etherscan-api": "^8.1.2",
"express": "~4.16.0",
"express-flash-notification": "^0.5.0",
"express-jwt": "^5.3.1",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"fs": "0.0.1-security",
"helmet": "^3.13.0",
"http-errors": "~1.6.2",
"javascript-time-ago": "^1.0.31",
"jsonwebtoken": "^8.3.0",
"jwks-rsa": "^1.3.0",
"keen-js": "^5.0.3",
"keen-tracking": "^3.2.0",
"md5": "^2.2.1",
"moment": "^2.22.2",
"mongoose": "^5.1.7",
"mongoose-bcrypt": "^1.6.0",
"mongoose-slug-updater": "^3.0.2",
"mongoose-unique-validator": "^2.0.1",
"morgan": "~1.9.0",
"newrelic": "^4.8.1",
"node-cron": "^1.2.1",
"node-rsa": "^1.0.0",
"node-uuid": "^1.4.8",
"owasp-password-strength-test": "^1.3.0",
"passport": "^0.4.0",
"passport-auth0": "^1.0.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"request": "^2.87.0",
"rotating-file-stream": "^1.3.7",
"slugify-mongoose": "^1.0.2",
"truffle": "^4.1.13",
"truffle-contract": "^3.0.6",
"truffle-hdwallet-provider": "0.0.5",
"validator": "^10.5.0",
"wallet-address-validator": "^0.1.7",
"web3": "^1.0.0-beta.34",
"webpack": "^4.16.0",
"wildcard-subdomains": "^1.1.0"
},
"devDependencies": {
"webpack-cli": "^3.0.8"
}
}