-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1005 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
44
45
46
47
48
49
50
{
"name": "ndarray-warp",
"version": "1.0.0",
"description": "ndarray image warping",
"main": "warp.js",
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {
"cwise": "^1.0.4",
"ndarray-linear-interpolate": "^1.0.0"
},
"devDependencies": {
"ndarray": "~1.0.0",
"luminance": "~1.0.0",
"lena": "~1.0.0",
"save-pixels": "~0.2.0",
"zeros": "~0.0.0",
"ndarray-unpack": "~0.0.0",
"tape": "^2.12.3",
"ndarray-imshow": "^1.0.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/ndarray-warp.git"
},
"keywords": [
"ndarray",
"image",
"volume",
"warp",
"coordinate",
"change",
"nonlinear",
"deform"
],
"author": "Mikola Lysenko",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "9341ae6b00b0464c0a21aa04fec7eb36ef8c1222",
"browserify": {
"transform": [
"cwise"
]
}
}