jscanify/package.json
2025-01-27 19:56:16 -05:00

33 lines
696 B
JSON

{
"name": "jscanify",
"version": "1.3.2",
"description": "Open-source Javascript mobile document scanner.",
"main": "src/jscanify-node.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "mocha --trace-uncaught"
},
"repository": {
"type": "git",
"url": "https://github.com/puffinsoft/jscanify.git"
},
"keywords": [
"js",
"scanner",
"document-scanner"
],
"author": "ColonelParrot",
"license": "MIT",
"bugs": {
"url": "https://github.com/puffinsoft/jscanify/issues"
},
"homepage": "https://colonelparrot.github.io/jscanify/",
"dependencies": {
"canvas": "^2.11.2",
"jsdom": "^22.0.0",
"mocha": "^10.2.0"
}
}