-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "project-d3",
"version": "1.0.0",
"description": "Decentralized Data Distribution with Ethereum & IPFS",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aaronchong888/Project-D3.git"
},
"author": "Aaron Chong",
"license": "MIT",
"bugs": {
"url": "https://github.com/aaronchong888/Project-D3/issues"
},
"homepage": "https://github.com/aaronchong888/Project-D3#readme",
"dependencies": {
"@sendgrid/mail": "^6.2.1",
"async": "^2.6.0",
"body-parser": "~1.5.2",
"bs58": "^4.0.1",
"clamscan": "^0.8.4",
"cors": "^2.8.4",
"crypto-js": "^3.1.9-1",
"eth-crypto": "^0.4.0",
"express": "4.x",
"express-fileupload": "^0.3.0",
"express-force-ssl": "^0.3.2",
"ipfs-api": "^17.2.6",
"morgan": "~1.2.2",
"multer": "^1.3.0",
"node-rsa": "^0.4.2",
"request": "^2.83.0",
"secrets.js-grempe": "^1.1.0",
"truffle-hdwallet-provider": "0.0.3",
"truffle-hdwallet-provider-privkey": "^0.1.0",
"web3": "^0.19.1"
}
}