jscanify/package.json
2023-04-14 20:26:18 -04:00

28 lines
621 B
JSON

{
"name": "jscanify",
"version": "1.0.0",
"description": "Open-source Javascript mobile document scanner.",
"main": "src/jscanify.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ColonelParrot/jscanify.git"
},
"keywords": [
"js",
"scanner",
"document-scanner"
],
"author": "ColonelParrot",
"license": "MIT",
"bugs": {
"url": "https://github.com/ColonelParrot/jscanify/issues"
},
"homepage": "https://colonelparrot.github.io/jscanify/"
}