From 45f22b0c08d22680bfd0dc4473e7c8d3b004c81f Mon Sep 17 00:00:00 2001
From: moahmed benaida <moahmed.benaida@inovia-team.com>
Date: Tue, 25 Jul 2017 17:18:08 +0200
Subject: [PATCH] adding cordova compat

---
 package.json | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 package.json

diff --git a/package.json b/package.json
new file mode 100644
index 0000000..c3f6901
--- /dev/null
+++ b/package.json
@@ -0,0 +1,28 @@
+{
+  "name": "cordova-brother-label-printer",
+  "version": "1.0.0",
+  "description": "Cordova plugin for brother printers",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/momzor/cordova-brother-label-printer.git"
+  },
+  "keywords": [
+    "cordova",
+    "plugin",
+    "brother",
+    "label",
+    "printer",
+    "sql",
+    "820"
+  ],
+  "author": "mohamed.benaida forked from gordol",
+  "license": "ISC",
+  "bugs": {
+    "url": "https://github.com/momzor/cordova-brother-label-printer/issues"
+  },
+  "homepage": "https://github.com/momzor/cordova-brother-label-printer#readme"
+}