-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.09 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
{
"name": "scpx-svr",
"version": "0.15.2",
"author": "Dominic Morris",
"license": "MS-RSL",
"private": false,
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "https://github.com/Scoop-Tech/scpx-svr"
},
"homepage": "https://scoop.tech",
"devDependencies": {
"nodemon": "^1.18.7"
},
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"async": "^2.6.2",
"bignumber.js": "^8.0.1",
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"crypto-js": "^3.1.9-1",
"debug": "~2.6.9",
"eosjs": "^16.0.9",
"eosjs-ecc": "^4.0.4",
"express": "^4.17.1",
"express-rate-limit": "^5.3.0",
"express-slow-down": "^1.4.0",
"http-errors": "~1.6.2",
"jayson": "^3.6.4",
"jschardet": "^2.1.0",
"lodash": "^4.17.21",
"lz-string": "^1.4.4",
"mixin-deep": "^2.0.1",
"morgan": "^1.9.1",
"mssql": "^4.3.0",
"nexmo": "^2.4.0",
"promise": "^8.0.2",
"pug": "^2.0.3",
"scp-address-validator": "^0.2.8",
"set-value": "^3.0.1",
"web3": "^2.0.0-alpha.1"
}
}