UNPKG
bn-chai
Version:
latest (1.0.1)
1.0.1
1.0.0
Extends chai with bn.js operations
github.com/EthWorks/bn-chai
EthWorks/bn-chai
bn-chai
/
test
/
package.json
16 lines
(15 loc)
•
267 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name"
:
"test"
,
"version"
:
"1.0.0"
,
"main"
:
"index.js"
,
"license"
:
"MIT"
,
"scripts"
:
{
"test"
:
"mocha ./test.js"
,
"failTest"
:
"mocha ./failTest.js"
}
,
"dependencies"
:
{
"bn.js"
:
"^4.11.8"
,
"chai"
:
"^4.1.2"
,
"mocha"
:
"^5.0.3"
}
}