-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.78 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "thesis",
"version": "1.0.0",
"description": "Car sharing application that preserves privacy using ZKP",
"main": "compile.js",
"directories": {
"test": "test"
},
"dependencies": {
"ajv": "^6.12.0",
"assert": "^2.0.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eth-crypto": "^1.6.0",
"eth-ecies": "^1.0.4",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-wallet": "^0.6.3",
"ganache-cli": "^6.9.1",
"jquery": "^3.4.1",
"json-loader": "^0.5.7",
"lightercollective": "^0.3.0",
"lite-server": "^2.3.0",
"macha": "^0.0.0",
"secp256k1": "^4.0.1",
"shuffle-array": "^1.0.1",
"solc": "^0.5.17",
"style-loader": "^0.20.2",
"truffle": "^5.1.1",
"truffle-contract": "^3.0.4",
"truffle-hdwallet-provider": "^0.0.3",
"web3": "^1.2.6",
"webpack": "^4.19.1",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"xorshift": "^1.1.1",
"xorshift.js": "^1.0.5"
},
"devDependencies": {
"mocha": "^4.1.0",
"prettier": "^2.0.0",
"prettier-plugin-solidity": "^1.1.3",
"solhint": "^3.5.1",
"solhint-plugin-prettier": "^0.0.5"
},
"scripts": {
"test": "mocha --timeout 10000",
"lint": "solhint --fix 'contracts/**/*.sol'",
"format": "./node_modules/.bin/prettier --write contracts/**/*.sol"
},
"repository": {
"type": "git",
"url": "git+https://github.com/David-DT/Thesis.git"
},
"keywords": [
"PET",
"Car",
"Sharing",
"Ethereum"
],
"author": "David De Troch",
"license": "ISC",
"bugs": {
"url": "https://github.com/David-DT/Thesis/issues"
},
"homepage": "https://github.com/David-DT/Thesis#readme"
}