-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
41 lines (41 loc) · 865 Bytes
/
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
{
"name": "chai-bignumber",
"version": "3.1.0",
"description": "Chai assertions for comparing arbitrary-precision decimals using the bignumber.js library",
"main": "chai-bignumber.js",
"scripts": {
"lint": "jshint *.js",
"test": "mocha test/*.js"
},
"devDependencies": {
"bignumber.js": "8",
"chai": "4",
"jshint": "2",
"mocha": "11"
},
"author": "António Marques <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/asmarques/chai-bignumber",
"repository": {
"type": "git",
"url": "git://github.com/asmarques/chai-bignumber"
},
"keywords": [
"chai",
"chai-plugin",
"math",
"browser",
"test",
"arbitrary",
"precision",
"arithmetic",
"big",
"number",
"decimal",
"float",
"bignumber"
],
"files": [
"chai-bignumber.js"
]
}