-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 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
42
43
44
45
{
"name": "decentralised-publishing",
"version": "1.0.0",
"description": "Decentralised Research Paper publishing application",
"main": "server.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sangatdas/decentralised-publishing.git"
},
"keywords": [
"solidity",
"ethereum",
"decentralised",
"research",
"papers",
"javascript",
"web3js",
"smart",
"contracts",
"ERC20"
],
"author": "Sangat Das",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sangatdas/decentralised-publishing/issues"
},
"homepage": "https://github.com/Sangatdas/decentralised-publishing#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.1.9",
"ipfs-api": "^26.1.2",
"mongoose": "^5.9.19",
"openzeppelin-solidity": "^2.2.0",
"path": "^0.12.7",
"truffle-contract": "^4.0.31",
"web3": "^1.2.9"
}
}