-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1011 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
{
"name": "ndarray-imshow",
"version": "1.0.1",
"description": "Displays an ndarray as an image",
"main": "imshow-node.js",
"directories": {
"test": "test"
},
"dependencies": {
"console-image": "0.0.0",
"open": "0.0.4",
"save-pixels": "^1.0.0",
"temporary": "~0.0.8",
"typedarray-pool": "^1.0.0",
"apply-colormap": "^1.0.0",
"luminance": "^1.0.2",
"ndarray-ops": "^1.2.1",
"ndarray": "^1.0.10"
},
"devDependencies": {
"lena": "~1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/ndarray-imshow.git"
},
"keywords": [
"ndarray",
"imshow",
"display",
"image",
"raster"
],
"browser": "imshow-browser.js",
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/ndarray-imshow/issues"
},
"homepage": "https://github.com/mikolalysenko/ndarray-imshow"
}