mirror of
https://github.com/ColonelParrot/jscanify.git
synced 2025-12-30 22:31:52 +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",
|
||||
"version": "1.0.0",
|
||||
"description": "Open-source Javascript mobile document scanner.",
|
||||
"main": "src/jscanify.js",
|
||||
"main": "src/jscanify-node.js",
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "mocha"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -23,5 +23,10 @@
|
||||
"bugs": {
|
||||
"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