blob: 7469108a5361a82b3343ce573a6eb7a4e95ed72d [file] [log] [blame]
{
"name": "cordova-plugin-wkwebview-engine",
"version": "1.2.1-dev",
"description": "The official Apache Cordova WKWebView Engine Plugin",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-plugin-wkwebview-engine"
},
"bugs": {
"url": "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"
}
}
},
"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"
}
}