-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 817 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 817 Bytes
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
{
"name": "snap-points-2d",
"version": "3.2.0",
"description": "snap round 2d points",
"main": "snap.js",
"scripts": {
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikolalysenko/snap-points-2d.git"
},
"keywords": [
"snap",
"round",
"iterated",
"plot",
"2d",
"data",
"vis"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/snap-points-2d/issues"
},
"homepage": "https://github.com/mikolalysenko/snap-points-2d#readme",
"devDependencies": {
"almost-equal": "^1.0.0",
"gauss-random": "^1.0.1",
"math-float64-bits": "^1.0.1",
"tape": "^4.2.0",
"typedarray-pool": "^1.1.0"
},
"dependencies": {
"array-bounds": "^1.0.1"
}
}