-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 855 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 855 Bytes
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
{
"name": "erc20-wallet",
"version": "1.0.0",
"description": "Api Push Notifications and news from wallet erc20.",
"main": "./bin/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Miguel Lomeli <miguel@lomeli.io>",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"connect-multiparty": "^2.2.0",
"ddos": "^0.1.31",
"eth-lightwallet": "^4.0.0",
"etherscan-api": "^10.0.5",
"express": "^4.16.4",
"hooked-web3-provider": "^1.0.0",
"https": "^1.0.0",
"md5": "^2.2.1",
"moment": "^2.22.2",
"path": "^0.12.7",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"sqlite3": "^4.1.1",
"uuid": "^3.3.2"
}
}