-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
52 lines (52 loc) · 1.15 KB
/
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
48
49
50
51
52
{
"name": "oslllo-potrace",
"version": "4.0.0",
"description": "A \"1:1 output\" JavaScript port of Potrace JS for NodeJS.",
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"test": "mocha",
"example": "node example/example.js",
"debug": "node test/debug/debug.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oslllo/potrace.git"
},
"keywords": [
"potrace",
"oslllo",
"potrace-js",
"potrace-port",
"curve",
"curve-optimization",
"javascript-port",
"nodejs"
],
"author": "Ghustavh Ehm <https://github.com/Ghustavh97>",
"contributors": [
{
"name": "Ghustavh Ehm",
"email": "Ghustavh97@gmail.com",
"url": "https://github.com/Ghustavh97"
}
],
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/oslllo/potrace/issues"
},
"homepage": "https://github.com/oslllo/potrace#readme",
"dependencies": {
"jimp": "^1.6.0"
},
"devDependencies": {
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"fast-glob": "^3.2.11",
"fs-extra": "^10.1.0",
"mocha": "^9.2.2",
"svg2png-wasm-node-10": "^1.3.1"
}
}