-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.71 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.71 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "hardhat-project",
"scripts": {
"build": "parcel dapp/index.html --https -p 3333"
},
"browserslist": [
"> 5%"
],
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.4",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.0.32",
"hardhat": "^2.1.1",
"mochawesome": "^6.2.2",
"parcel-bundler": "^1.12.5",
"sass": "^1.32.8"
},
"dependencies": {
"0": "0.0.0",
"@chainlink/contracts": "^0.1.6",
"@octokit/core": "^3.3.1",
"@openzeppelin/contracts": "^3.4.1",
"@portis/web3": "^4.0.0",
"algebra": "^1.0.1",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"chainlink": "^0.8.2",
"connect": "^3.7.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"highlight.js": "^11.0.1",
"jayson": "^3.4.4",
"keccak256": "^1.0.3",
"linear-algebra": "^3.1.4",
"macaddress": "^0.5.1",
"matrix-js": "^1.5.1",
"mocha": "^8.3.2",
"node-fetch": "^2.6.1",
"nodeplotlib": "^0.7.3",
"random": "^3.0.3",
"smallest": "^1.0.1",
"svg": "^0.1.0",
"systeminformation": "^5.6.21",
"systemjs": "^6.8.3",
"util": "^0.12.3",
"web3": "^1.2.9",
"web3modal": "^1.9.3"
},
"description": "Files and Scripts for a Chainlink Oracle that provides information whether a piece of code passes a given test.",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/leomarlo/Testoracle.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/leomarlo/Testoracle/issues"
},
"homepage": "https://github.com/leomarlo/Testoracle#readme"
}