-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 775 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 775 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
{
"name": "docuhash",
"version": "1.0.0",
"description": "Storing Files on IPFS with storing their hashes in smart contract deployed to Eth blockchain",
"repository": {
"type": "git",
"url": "git@git.future-processing.com:cplc/ML-DLT-CPLC.git"
},
"scripts": {
"test": "test",
"start": "node server.js"
},
"keywords": [
"IPFS",
"ETH",
"Storing",
"files"
],
"author": "CPLC",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.3",
"crypto-js": "^3.1.9-1",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"fs": "0.0.1-security",
"ipfs-api": "^25.0.0",
"moment": "^2.22.2",
"truffle": "^5.0.0-beta.1",
"truffle-hdwallet-provider": "^1.0.0-web3one.0",
"web3": "^1.0.0-beta.36"
}
}