summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-wkwebview-engine/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-10-26 01:41:16 +0200
committerJules Laplace <julescarbon@gmail.com>2017-10-26 01:41:16 +0200
commit8dae6a5044f9c1b7a8497cc1c96155fd262b40cf (patch)
tree6f546503efcb198a193f919efafb83977abb9535 /StoneIsland/plugins/cordova-plugin-wkwebview-engine/package.json
parent531c60ee7ecbee516812d560b63a8317c3cf3590 (diff)
iphone x fixes
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-wkwebview-engine/package.json')
-rw-r--r--StoneIsland/plugins/cordova-plugin-wkwebview-engine/package.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-wkwebview-engine/package.json b/StoneIsland/plugins/cordova-plugin-wkwebview-engine/package.json
deleted file mode 100644
index 499b81b4..00000000
--- a/StoneIsland/plugins/cordova-plugin-wkwebview-engine/package.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "cordova-plugin-wkwebview-engine",
- "version": "1.1.3",
- "description": "The official Apache Cordova WKWebView Engine Plugin",
- "main": "index.js",
- "repository": {
- "type": "git",
- "url": "https://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine.git"
- },
- "keywords": [
- "cordova",
- "wkwebview"
- ],
- "scripts": {
- "test": "npm run jshint && npm run objc-tests",
- "objc-tests": "cd tests/ios && npm test",
- "preobjc-tests": "cd tests/ios && npm install",
- "jshint": "node_modules/.bin/jshint src"
- },
- "author": "Apache Cordova",
- "license": "Apache-2.0",
- "devDependencies": {
- "jshint": "^2.6.0"
- }
-}