forked from wamp-proto/wamp-xbr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "xbr",
"version": "20.4.1-dev",
"description": "The XBR Protocol (smart contracts package)",
"keywords": [
"ethereum",
"solidity",
"xbr",
"crossbar",
"autobahn",
"wamp",
"data-service",
"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": "^16.5.0",
"google-closure-compiler": ">=v20200224",
"eth-sig-util": "^2.5.2",
"ethereumjs-util": "^6.2.0",
"openzeppelin-solidity": "^2.5.0",
"solhint": "^2.3.1",
"solidity-coverage": "^0.7.2",
"truffle": "^5.1.17",
"truffle-contract": "^4.0.31",
"truffle-hdwallet-provider": "^1.0.17"
},
"scripts": {
"test": "truffle test --network ganache",
"coverage": "truffle run coverage"
},
"directories": {
"test": "test"
}
}