summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-wkwebview-engine/package.json
blob: 499b81b47768a4af6d910cf27127b88a63fdca0a (plain)
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
{
  "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"
  }
}