potrace
Version:
Potrace in Javascript, for NodeJS
38 lines (37 loc) • 803 B
JSON
{
"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"
}
}