Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 876EE179D9 for ; Tue, 8 Sep 2015 22:15:25 +0000 (UTC) Received: (qmail 56733 invoked by uid 500); 8 Sep 2015 22:15:25 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 56699 invoked by uid 500); 8 Sep 2015 22:15:25 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 56688 invoked by uid 99); 8 Sep 2015 22:15:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2015 22:15:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1763ADFC8E; Tue, 8 Sep 2015 22:15:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: dev@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-wkwebview-engine git commit: Added package.json Date: Tue, 8 Sep 2015 22:15:25 +0000 (UTC) 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 Authored: Tue Sep 8 15:15:19 2015 -0700 Committer: Shazron Abdullah 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-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org