Browse Source

add package.json

fancl 1 year ago
parent
commit
0332a65cc7
1 changed files with 16 additions and 0 deletions
  1. 16 0
      package.json

+ 16 - 0
package.json

@@ -0,0 +1,16 @@
+{
+  "name": "cordova-justcall-pusher",
+  "version": "0.0.1",
+  "description": "justcall pusher",
+  "cordova": {
+    "id": "cordova-justcall-pusher",
+    "platforms": [
+      "android"
+    ]
+  },
+  "devDependencies": {
+    "jpush-phonegap-plugin": "*"
+  },
+  "author": "justcall",
+  "license": "ISC"
+}