diff options
author | Marvin Borner | 2019-09-07 00:57:17 +0200 |
---|---|---|
committer | Marvin Borner | 2019-09-07 00:57:17 +0200 |
commit | cd193f40bf3b775e2eb9d0fda7dbe86f165152ac (patch) | |
tree | 85f6881979572d51436cb60445704353a8df093c /package.json | |
parent | c20db86b195fb88339d87c7b267e523a61bcb6dd (diff) |
NodeJS opencv is dumb so I use python now :)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package.json b/package.json deleted file mode 100644 index b791717..0000000 --- a/package.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "alpacaid", - "version": "1.0.0", - "description": "QR like code using an alpaca!", - "main": "index.js", - "scripts": { - "test": "true" - }, - "author": "Marvin Borner", - "license": "BSD", - "dependencies": { - "opencv4nodejs": "^5.2.0" - } -} |