forked from ionic-team/cordova-plugin-wkwebview-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 759 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "cordova-plugin-wkwebview-engine",
"version": "1.1.4-dev",
"description": "The official Apache Cordova WKWebView Engine Plugin",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/cordova-plugin-wkwebview-engine"
},
"bugs": {
"url": "https://github.com/ionic-team/cordova-plugin-wkwebview-engine/issues"
},
"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"
}
}