summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMarvin Borner2019-09-07 00:57:17 +0200
committerMarvin Borner2019-09-07 00:57:17 +0200
commitcd193f40bf3b775e2eb9d0fda7dbe86f165152ac (patch)
tree85f6881979572d51436cb60445704353a8df093c /package.json
parentc20db86b195fb88339d87c7b267e523a61bcb6dd (diff)
NodeJS opencv is dumb so I use python now :)
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
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"
- }
-}