forked from nsfw-filter/gif-frames
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 927 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
{
"name": "@clicks/gif-frames",
"version": "2.0.2",
"description": "Pure JavaScript tool for extracting GIF frames and saving to file",
"main": "gif-frames.js",
"types": "gif-frames.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ClicksMinutePer/gif-frames.git"
},
"keywords": [
"gif",
"frames",
"extract",
"save",
"images",
"javascript",
"pure-js"
],
"author": "Clicks <admin@clicks.codes> (https://clicks.codes)",
"contributors": [{"name":"Ben Wiley"}],
"license": "MIT",
"bugs": {
"url": "https://github.com/ClicksMinutePer/gif-frames/issues"
},
"homepage": "https://github.com/ClicksMinutePer/gif-frames#readme",
"dependencies": {
"@nsfw-filter/save-pixels": "^2.3.4",
"@clicks/get-pixels": "^4.0.3",
"multi-integer-range": "3.0.0"
}
}