Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A06210CC1 for ; Wed, 25 Feb 2015 07:18:56 +0000 (UTC) Received: (qmail 69594 invoked by uid 500); 25 Feb 2015 07:18:56 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 69567 invoked by uid 500); 25 Feb 2015 07:18:56 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 69558 invoked by uid 99); 25 Feb 2015 07:18:56 -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; Wed, 25 Feb 2015 07:18:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 463A3E03EB; Wed, 25 Feb 2015 07:18:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Message-Id: <6d5e13f80a664e01b9f030a568ba4ae7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-console git commit: CB-8538 Added package.json file Date: Wed, 25 Feb 2015 07:18:56 +0000 (UTC) Repository: cordova-plugin-console Updated Branches: refs/heads/master 7eaa218dc -> 669d6ca4e CB-8538 Added package.json file Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/669d6ca4 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/669d6ca4 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/669d6ca4 Branch: refs/heads/master Commit: 669d6ca4ef4d81e6b2370d3f284d91c97e169dac Parents: 7eaa218 Author: Steve Gill Authored: Tue Feb 24 23:18:21 2015 -0800 Committer: Steve Gill Committed: Tue Feb 24 23:18:21 2015 -0800 ---------------------------------------------------------------------- package.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/669d6ca4/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json new file mode 100644 index 0000000..92c5d05 --- /dev/null +++ b/package.json @@ -0,0 +1,33 @@ +{ + "name": "cordova-plugin-console", + "version": "0.2.14-dev", + "description": "Cordova Console Plugin", + "cordova": { + "id": "org.apache.cordova.console", + "platforms": [ + "ios", + "ubuntu", + "wp7", + "wp8", + "windows8", + "windows" + ] + }, + "repository": { + "type": "git", + "url": "https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git" + }, + "keywords": [ + "cordova", + "console", + "ecosystem:cordova", + "cordova-ios", + "cordova-ubuntu", + "cordova-wp7", + "cordova-wp8", + "cordova-windows8", + "cordova-windows" + ], + "author": "Apache Software Foundation", + "license": "Apache 2.0" +} --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org