forked from iwsfg/node-potrace
-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
37 lines (37 loc) · 803 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
{
"name": "potrace",
"version": "2.1.8",
"description": "Potrace in Javascript, for NodeJS",
"main": "lib/index.js",
"scripts": {
"test": "cd test && mocha test.js --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tooolbox/node-potrace.git"
},
"keywords": [
"potrace",
"trace",
"tracing",
"svg",
"bitmap",
"posterization"
],
"author": "mattmc",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/tooolbox/node-potrace/issues"
},
"homepage": "https://github.com/tooolbox/node-potrace#readme",
"dependencies": {
"jimp": "^0.14.0"
},
"devDependencies": {
"lodash": "^4.17.11",
"mocha": "^6.1.4",
"should": "^13.2.3",
"should-sinon": "0.0.6",
"sinon": "^7.3.2"
}
}