-
Notifications
You must be signed in to change notification settings - Fork 141
/
Copy pathpackage.json
52 lines (52 loc) · 1.45 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
46
47
48
49
50
51
52
{
"name": "projecteth",
"version": "1.0.0",
"main": "server.js",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"bcrypt": "^3.0.6",
"body-parser": "^1.18.3",
"chart.js": "^2.8.0",
"chartjs": "^0.3.24",
"chartjs-plugin-annotation": "^0.5.7",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"ganache-cli": "^6.4.1",
"ipfs-api": "^26.1.2",
"js-cookie": "^2.2.0",
"mongoose": "^5.5.1",
"next": "^8.0.3",
"next-routes": "^1.4.2",
"nodemailer": "^6.1.0",
"path": "^0.12.7",
"react": "^16.8.5",
"react-chartjs-2": "^2.7.6",
"react-dom": "^16.8.5",
"react-helmet": "^5.2.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.86.0",
"solc": "^0.4.25",
"truffle-hdwallet-provider": "^1.0.5",
"web3": "^1.0.0-beta.52"
},
"devDependencies": {
"mocha": "^6.1.4"
},
"scripts": {
"test": "mocha",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "A blockchain-based E-voting system, created for the final year project of my college, with the help of my Project partners, Sayyam Gada and Charmee Mehta.",
"repository": {
"type": "git",
"url": "git+https://github.com/mehtaAnsh/BlockChainVoting-Private.git"
},
"bugs": {
"url": "https://github.com/mehtaAnsh/BlockChainVoting-Private/issues"
},
"homepage": "https://github.com/mehtaAnsh/BlockChainVoting-Private#readme"
}