-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 886 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
{
"main": "createsvg.js",
"dependencies": {
"gm": "^1.23.1",
"mustache": "^2.3.0"
},
"scripts": {
"start": "node createsvg.js"
},
"bin": {
"png-to-svg": "./createsvg.js"
},
"name": "png-to-svg",
"version": "1.0.5",
"description": "Converts a PNG file to a set of JPG+SVG files making an effect of \"jpg with transparency\". Allows up to ~85% size decrease of transparent raster images.",
"repository": {
"type": "git",
"url": "git+https://github.com/HitoriSensei/png-to-jpg-to-svg.git"
},
"author": "Piotr \"Hitori\" Bosak <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/HitoriSensei/png-to-jpg-to-svg/issues"
},
"homepage": "https://github.com/HitoriSensei/png-to-jpg-to-svg#readme",
"devDependencies": {},
"keywords": [
"png",
"svg",
"convert",
"size",
"alpha"
]
}