blob: 10657385e3a1f75cfacf0d7333b373af1b2ac720 [file] [log] [blame]
{
"name": "cordova-plugin-wkwebview-engine",
"version": "1.0.4-dev",
"description": "The official Apache Cordova WKWebView Engine Plugin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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",
"jshint": "node node_modules/jshint/bin/jshint src"
},
"author": "Apache Cordova",
"license": "Apache-2.0",
"devDependencies": {
"jshint": "^2.6.0"
}
}