-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "meshwifidapporacle",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DSG-UPC/MeshWifiDappOracle.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/DSG-UPC/MeshWifiDappOracle/issues"
},
"homepage": "https://github.com/DSG-UPC/MeshWifiDappOracle#readme",
"dependencies": {
"alt": "^0.18.6",
"contracts": "file:contracts",
"eth-crypto": "^1.2.1",
"fs-extra": "^6.0.1",
"ganache-cli": "6.2.1",
"json2csv": "^4.2.1",
"lowdb": "^1.0.0",
"minimist": "^1.2.0",
"mocha": "^5.2.0",
"moment": "^2.24.0",
"mongodb": "^3.1.12",
"mongoose": "^5.4.6",
"mongoose-float": "^1.0.3",
"openzeppelin-solidity": "2.0.0",
"solc": "0.4.25",
"truffle": "5.0.4",
"truffle-hdwallet-provider": "0.0.5",
"web3": "1.0.0-beta.35",
"webpack": "^3.12.0"
}
}