-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 845 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
{
"name": "@pckilgore/bs-biginteger",
"private": false,
"version": "1.0.1",
"scripts": {
"clean": "bsb -clean-world",
"build": "bsb -make-world",
"watch": "bsb -make-world -w"
},
"description": "Bucklescript bindings for BigInteger.js",
"keywords": [
"BuckleScript",
"BigInteger",
"BigInteger.js",
"big-integer",
"math",
"BigInt",
"ReasonML"
],
"homepage": "https://github.com/pckilgore/bs-biginteger#readme",
"repository": {
"type": "git",
"url": "https://github.com/pckilgore/bs-biginteger"
},
"bugs": {
"url": "https://github.com/pckilgore/bs-biginteger/issues"
},
"author": "Patrick Kilgore",
"license": "Unlicense",
"devDependencies": {
"bs-platform": "^6.2.1"
},
"peerDependencies": {
"big-integer": "1.6.x",
"bs-platform": "^6.2.1"
}
}