This repository was archived by the owner on Sep 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.25 KB
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
{
"name": "zDai-mixer",
"version": "0.1.0",
"description": "Mixer for Dai. Ethdenver 2018",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snjax/zDai-mixer.git"
},
"author": "Igor Gulamov",
"license": "MIT",
"bugs": {
"url": "https://github.com/snjax/zDai-mixer/issues"
},
"homepage": "https://github.com/snjax/zDai-mixer#readme",
"devDependencies": {
"axios": "^0.18.0",
"big-integer": "^1.6.41",
"bip39": "^2.2.0",
"blake-hash": "^1.1.0",
"body-parser": "^1.18.3",
"circom": "0.0.22",
"dotenv": "^6.2.0",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "^5.2.0",
"ethereumjs-wallet": "^0.6.2",
"express": "^4.16.4",
"ganache-core": "2.5.1",
"js-scrypt": "^0.2.0",
"mocha": "^5.1.1",
"openzeppelin-solidity": "^2.1.3",
"snarkjs": "^0.1.7",
"truffle-hdwallet-provider": "1.0.5",
"web3": "1.0.0-beta.37",
"web3-provider-engine": "git+https://github.com/cgewecke/provider-engine.git#web3-one",
"webpack": "^4.24.0",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"any-promise": "^1.3.0",
"bindings": "^1.3.1",
"websocket": "^1.0.28"
}
}