-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·32 lines (32 loc) · 1.08 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
{
"name": "supply-chain-e",
"version": "1.0.0",
"description": "## Overview This DAPP is for a decentralized approach for certifcation schemes, issuance and verification. Any party can become a Certifier and assign a suitable Authority that can delegate authority of certification",
"main": "index.js",
"scripts": {
"dev": "lite-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "pk <pkrasam@gmail.com> (https://ipfs.infura.io/ipfs/QmSXiR9Khm3yo1J67nUopvVBxFJ8YGN2fUGZ34Etr3m92x/)",
"license": "MIT",
"devDependencies": {
"lite-server": "2.4.0"
},
"dependencies": {
"@truffle/hdwallet-provider": "^1.0.37",
"truffle": "^5.1.33",
"truffle-hdwallet-provider": "^1.0.17"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/garima94921/Ethereum-SupplyChain-Dapp.git"
},
"bugs": {
"url": "https://github.com/garima94921/Ethereum-SupplyChain-Dapp/issues"
},
"homepage": "https://github.com/garima94921/Ethereum-SupplyChain-Dapp#readme"
}