Browse Source

generated package.json

Christian Kahlau 6 years ago
parent
commit
30c00460c7
1 changed files with 33 additions and 0 deletions
  1. 33 0
      package.json

+ 33 - 0
package.json

@@ -0,0 +1,33 @@
+{
+  "name": "cordova-plugin-image-processing",
+  "version": "0.0.1",
+  "description": "Cordova Image Processing Plugin",
+  "cordova": {
+    "id": "cordova-plugin-image-processing",
+    "platforms": [
+      "android",
+      "ios"
+    ]
+  },
+  "repository": {
+    "type": "git",
+    "url": "gogs@h2779862.stratoserver.net:cordova/cordova-plugin-image-processing.git"
+  },
+  "keywords": [
+    "cordova",
+    "image",
+    "vision",
+    "processing",
+    "ecosystem:cordova",
+    "cordova-android",
+    "cordova-ios"
+  ],
+  "engines": [
+    {
+      "name": "cordova",
+      "version": ">=8.0.0"
+    }
+  ],
+  "author": "Christian Kahlau",
+  "license": "Apache 2.0"
+}