-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 917 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
{
"name": "flif-desktop",
"version": "0.1.0",
"description": "Convert images to and from FLIF.",
"main": "index.html",
"scripts": {
"start": "nw ."
},
"author": "The Jared Wilcurt",
"window": {
"frame": false
},
"dependencies": {
"http-vue-loader": "^1.3.3",
"node-flif": "^1.0.1",
"vue": "^2.5.13",
"vuex": "^3.0.1"
},
"devDependencies": {
"nw": "^0.28.1-sdk"
},
"homepage": "https://github.com/FLIF-hub/flif-desktop#readme",
"bugs": {
"url": "https://github.com/FLIF-hub/flif-desktop/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FLIF-hub/flif-desktop.git"
},
"keywords": [
"FLIF",
"lossless",
"png",
"image",
"conversion",
"compression",
"optimization",
"encode",
"decode",
"images",
"batch",
"animate",
"desktop",
"transcode"
],
"license": "MIT"
}