-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.52 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
{
"name": "blockchain-ot6-transparentinteractionwithgov",
"version": "1.0.0",
"description": "Problem Statement- Government has 3 layers: Central, State and Local bodies of governance and every citizen interacts with either of the layer sharing same or different documents to prove who he say is and what he is requesting he has legal authority to request that document. Citizens avail various documents from 1 layer/department which may not be considered by other departments, conceptualize and build a document workflow system which enables the document sharing and auto validates and ensures traceability of the document reducing the verification cycle and doing auto validation without human involvement.",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InternityFoundation/Blockchain-OT6-TransparentInteractionWithGov.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/InternityFoundation/Blockchain-OT6-TransparentInteractionWithGov/issues"
},
"homepage": "https://github.com/InternityFoundation/Blockchain-OT6-TransparentInteractionWithGov#readme",
"dependencies": {
"await": "^0.2.6",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"ethereumjs-tx": "^2.1.2",
"express": "^4.17.1",
"fs": "0.0.1-security",
"json-stringify-safe": "^5.0.1",
"web3": "^1.2.6",
"web3-eth": "^1.2.6"
}
}