Explorar o código

Adding package.json for Cordova 7 compat

Andrew Crites %!s(int64=8) %!d(string=hai) anos
pai
achega
3d30eb50a8
Modificáronse 1 ficheiros con 23 adicións e 0 borrados
  1. 23 0
      package.json

+ 23 - 0
package.json

@@ -0,0 +1,23 @@
+{
+  "name": "cordova-plugin-ios-keychain",
+  "version": "2.0.0",
+  "description": "Keychain Plugin for Apache Cordova ===================================== created by Shazron Abdullah",
+  "main": "index.js",
+  "directories": {
+    "example": "example"
+  },
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/driftyco/cordova-plugin-ios-keychain.git"
+  },
+  "keywords": [],
+  "author": "",
+  "license": "ISC",
+  "bugs": {
+    "url": "https://github.com/driftyco/cordova-plugin-ios-keychain/issues"
+  },
+  "homepage": "https://github.com/driftyco/cordova-plugin-ios-keychain#readme"
+}