-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
52 lines (52 loc) · 1.43 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": "xbr",
"version": "21.4.1",
"description": "The XBR Protocol (smart contracts package)",
"keywords": [
"ethereum",
"solidity",
"xbr",
"crossbar",
"autobahn",
"wamp",
"data-governance",
"data-service",
"data-market",
"data-monetization"
],
"author": "Crossbar.io Technologies GmbH",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/crossbario/xbr-protocol.git"
},
"dependencies": {},
"devDependencies": {
"bindings": "^1.5.0",
"browserify": "^17.0.0",
"coveralls": "^3.1.0",
"ganache-cli": "^6.12.2",
"google-closure-compiler": ">=20210106",
"eth-sig-util": "^3.0.0",
"ethereumjs-util": "^7.0.7",
"node-buffer": "^1.0.3",
"nodeunit": "^0.11.3",
"verify-on-etherscan": "^1.2.1",
"@openzeppelin/contracts": "^3.3.0",
"@openzeppelin/cli": "^2.8.2",
"solhint": "^3.3.2",
"solidity-coverage": "^0.7.13",
"truffle": "^5.1.61",
"truffle-contract": "^4.0.31",
"truffle-flattener": "^1.5.0",
"truffle-hdwallet-provider": "^1.0.17",
"truffle-plugin-verify": "^0.5.4"
},
"scripts": {
"test": "truffle test --network ganache",
"coverage": "truffle run coverage"
},
"directories": {
"test": "test"
}
}