diff --git a/package.json b/package.json new file mode 100644 index 0000000..50ee4a9 --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "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/" +}