blob: 033483af4e26ddc1059562a40e4a3f9b01325d4b [file] [log] [blame]
{
"name": "cordova-plugin-wkwebview-engine",
"version": "1.2.2-dev",
"description": "The official Apache Cordova WKWebView Engine Plugin",
"main": "index.js",
"repository": "github:apache/cordova-plugin-wkwebview-engine",
"bugs": "https://github.com/apache/cordova-plugin-wkwebview-engine/issues",
"keywords": [
"cordova",
"wkwebview",
"cordova-ios",
"ecosystem:cordova"
],
"scripts": {
"test": "npm run eslint && npm run objc-tests",
"objc-tests": "cd tests/ios && npm test",
"preobjc-tests": "cd tests/ios && npm install",
"eslint": "node_modules/.bin/eslint src"
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"engines": {
"cordovaDependencies": {
"2.0.0": {
"cordova": ">100",
"cordova-ios": "<6.0.0"
}
}
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
}
}