mirror of
https://github.com/ColonelParrot/jscanify.git
synced 2025-12-31 06:31:54 +00:00
package.json: prep for Node support
This commit is contained in:
parent
de20288b8c
commit
e493c02738
11
package.json
11
package.json
@ -2,12 +2,12 @@
|
|||||||
"name": "jscanify",
|
"name": "jscanify",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Open-source Javascript mobile document scanner.",
|
"description": "Open-source Javascript mobile document scanner.",
|
||||||
"main": "src/jscanify.js",
|
"main": "src/jscanify-node.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
"doc": "docs"
|
"doc": "docs"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "mocha"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -23,5 +23,10 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ColonelParrot/jscanify/issues"
|
"url": "https://github.com/ColonelParrot/jscanify/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://colonelparrot.github.io/jscanify/"
|
"homepage": "https://colonelparrot.github.io/jscanify/",
|
||||||
|
"dependencies": {
|
||||||
|
"canvas": "^2.11.2",
|
||||||
|
"jsdom": "^22.0.0",
|
||||||
|
"mocha": "^10.2.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user