-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 966 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 966 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
30
31
32
33
34
35
{
"name": "smartContract",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"api2pdf": "^1.1.0",
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.2",
"cron-cluster": "^1.1.3",
"crypto-js": "^3.1.9-1",
"dateformat": "^3.0.3",
"drizzle": "^1.3.3",
"ethereumjs-tx": "^1.3.7",
"express": "^4.16.4",
"http-server": "^0.11.1",
"moment": "^2.24.0",
"mongodb": "^3.1.13",
"mongoose": "^5.4.9",
"redis": "^2.8.0",
"redis-parser": "^3.0.0",
"request": "^2.88.0",
"rsmq": "^0.10.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"socket.io-redis": "^5.2.0",
"underscore": "^1.9.1",
"underscore.string": "^3.3.5",
"util": "^0.11.1",
"web3": "^1.0.0-beta.46"
},
"devDependencies": {},
"author": "",
"license": "ISC"
}