forked from scijs/save-pixels
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 940 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": "@nsfw-filter/save-pixels",
"version": "2.3.4",
"description": "Saves an ndarray as an image to a file",
"main": "save-pixels.js",
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {
"gif-encoder": "0.4.1",
"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": "10.7.0",
"tape": "3.0.1"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nsfw-filter/save-pixels.git"
},
"keywords": [
"save",
"pixel",
"image",
"png",
"ndarray"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/nsfw-filter/save-pixels/issues"
},
"homepage": "https://github.com/nsfw-filter/save-pixels#readme"
}