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 862111721F for ; Wed, 25 Feb 2015 08:53:40 +0000 (UTC) Received: (qmail 30468 invoked by uid 500); 25 Feb 2015 08:53:34 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 30439 invoked by uid 500); 25 Feb 2015 08:53:34 -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 30430 invoked by uid 99); 25 Feb 2015 08:53:34 -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 08:53:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1D7FDE03EB; Wed, 25 Feb 2015 08:53:34 +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: <1e8f7006726c460a94a8ed02b9dade3f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-splashscreen git commit: CB-8538 Added package.json file Date: Wed, 25 Feb 2015 08:53:34 +0000 (UTC) Repository: cordova-plugin-splashscreen Updated Branches: refs/heads/master bcbc23958 -> c1d4ca8d8 CB-8538 Added package.json file Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/c1d4ca8d Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/c1d4ca8d Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/c1d4ca8d Branch: refs/heads/master Commit: c1d4ca8d83bc6897ba02674287c9c0fb2acb784f Parents: bcbc239 Author: Steve Gill Authored: Wed Feb 25 00:53:27 2015 -0800 Committer: Steve Gill Committed: Wed Feb 25 00:53:27 2015 -0800 ---------------------------------------------------------------------- package.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/c1d4ca8d/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json new file mode 100644 index 0000000..71fed69 --- /dev/null +++ b/package.json @@ -0,0 +1,47 @@ +{ + "name": "cordova-plugin-splashscreen", + "version": "1.0.1-dev", + "description": "Cordova Splashscreen Plugin", + "cordova": { + "id": "org.apache.cordova.splashscreen", + "platforms": [ + "android", + "amazon-fireos", + "ubuntu", + "ios", + "blackberry10", + "wp7", + "wp8", + "windows8", + "windows", + "tizen" + ] + }, + "repository": { + "type": "git", + "url": "https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git" + }, + "keywords": [ + "cordova", + "splashscreen", + "ecosystem:cordova", + "cordova-android", + "cordova-amazon-fireos", + "cordova-ubuntu", + "cordova-ios", + "cordova-blackberry10", + "cordova-wp7", + "cordova-wp8", + "cordova-windows8", + "cordova-windows", + "cordova-tizen" + ], + "engines": [ + { + "name": "cordova-android", + "version": ">=3.6.0" + } + ], + "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