mirror of
https://github.com/ColonelParrot/jscanify.git
synced 2025-12-30 22:31:52 +00:00
33 lines
695 B
JSON
33 lines
695 B
JSON
{
|
|
"name": "jscanify",
|
|
"version": "1.4.0",
|
|
"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": "^3.1.0",
|
|
"jsdom": "^26.0.0",
|
|
"mocha": "^11.1.0"
|
|
}
|
|
}
|