-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.16 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "ndarray-resample",
"version": "1.0.1",
"description": "Resample using sinc kernels",
"main": "resample.js",
"directories": {
"example": "example"
},
"browserify": {
"transform": ["cwise"]
},
"dependencies": {
"ndarray-ops": "^1.2.2",
"ndarray-fft": "^1.0.0",
"ndarray-scratch": "^1.1.1",
"cwise": "^1.0.7"
},
"devDependencies": {
"ndarray": "^1.0.18",
"baboon-image": "^2.0.0",
"luminance": "^1.0.3",
"ndarray-unpack": "^1.0.0",
"save-pixels": "^2.2.0",
"zeros": "^1.0.0",
"tape": "^4.0.0",
"test-fuzzy-array": "^1.0.1"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/scijs/ndarray-resample.git"
},
"keywords": [
"scijs",
"downsample",
"upsample",
"resample",
"ndarray",
"sinc",
"interpolation"
],
"author": "Mikola Lysenko",
"contributors": [
"Jasper van de Gronde <[email protected]>"
],
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "5018571a31388da17be61d3a026df4ac0b2d179d",
"bugs": {
"url": "https://github.com/scijs/ndarray-resample/issues"
}
}