diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-10-25 18:19:08 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-10-25 18:19:08 +0200 |
| commit | 531c60ee7ecbee516812d560b63a8317c3cf3590 (patch) | |
| tree | f2d85569a113a6f9056de3fdd5d4272c0b3406a6 /StoneIsland/plugins/cordova-plugin-wkwebview-engine/package.json | |
| parent | 4da1d17b84d25fb4b34e583e4bf3b64f5ad2e147 (diff) | |
hide statusbar
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-wkwebview-engine/package.json')
| -rw-r--r-- | StoneIsland/plugins/cordova-plugin-wkwebview-engine/package.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-wkwebview-engine/package.json b/StoneIsland/plugins/cordova-plugin-wkwebview-engine/package.json new file mode 100644 index 00000000..499b81b4 --- /dev/null +++ b/StoneIsland/plugins/cordova-plugin-wkwebview-engine/package.json @@ -0,0 +1,25 @@ +{ + "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" + } +} |
