-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 971 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
42
43
{
"name": "bigint-isqrt",
"version": "0.3.2",
"description": "Square root of BigInts",
"main": "main.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "~3.5.3"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec --check-leaks test/*-test.js --timeout 100000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aisse-258/bigint-isqrt.git"
},
"keywords": [
"bigint",
"bigint-isqrt",
"sqrt",
"bigint",
"sqrt",
"isqrt",
"bigint-sqrt",
"native bigint",
"integer square root",
"square root",
"integer sqrt"
],
"author": "Ekaterina Momot <y-kate@ukr.net>",
"contributors": [
"Nikolai Avdeev <nickkolok@mail.ru>"
],
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/Aisse-258/bigint-isqrt/issues"
},
"homepage": "https://github.com/Aisse-258/bigint-isqrt#readme"
}