Repository: cordova-plugin-wkwebview-engine Updated Branches: refs/heads/master d21f760d3 -> 40f1635b6
Added package.json Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/commit/40f1635b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/40f1635b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/40f1635b Branch: refs/heads/master Commit: 40f1635b6cbae0ab3b89728995044ecf61900605 Parents: d21f760 Author: Shazron Abdullah <shaz...@apache.org> Authored: Tue Sep 8 15:15:19 2015 -0700 Committer: Shazron Abdullah <shaz...@apache.org> Committed: Tue Sep 8 15:15:19 2015 -0700 ---------------------------------------------------------------------- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/40f1635b/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json new file mode 100644 index 0000000..9c15bf4 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "cordova-plugin-wkwebview-engine", + "version": "0.0.1", + "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" + ], + "author": "Apache Cordova", + "license": "Apache-2.0" +} --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org