-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
43 lines (43 loc) · 931 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": "save-pixels",
"version": "2.3.6",
"description": "Saves an ndarray as an image to a file",
"main": "save-pixels.js",
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {
"contentstream": "^1.0.0",
"gif-encoder": "~0.4.1",
"jpeg-js": "^0.4.3",
"ndarray": "^1.0.18",
"ndarray-ops": "^1.2.2",
"pngjs-nozlib": "^1.0.0",
"through": "^2.3.4"
},
"devDependencies": {
"get-pixels": "^3.0.1",
"ndarray-scratch": "^1.1.1",
"tap": "^12.7.0",
"tape": "^5.2.2"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/save-pixels.git"
},
"keywords": [
"save",
"pixel",
"image",
"png",
"ndarray"
],
"author": "Mikola Lysenko",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "fda0977a1a5f2797d66f1557ffecc8c2dc759a47"
}