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 2E9EC10EE8 for ; Thu, 29 May 2014 15:45:01 +0000 (UTC) Received: (qmail 90384 invoked by uid 500); 29 May 2014 15:45:01 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 90274 invoked by uid 500); 29 May 2014 15:45:01 -0000 Mailing-List: contact commits-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 commits@cordova.apache.org Received: (qmail 90165 invoked by uid 99); 29 May 2014 15:45:01 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2014 15:45:01 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C5E484FA1D; Thu, 29 May 2014 15:45:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ian@apache.org To: commits@cordova.apache.org Date: Thu, 29 May 2014 15:45:01 -0000 Message-Id: <03d07ae43fe54ca5a19d9e50091c6e96@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [02/13] android commit: CB-6552: added top level package.json CB-6552: added top level package.json Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/64fd8713 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/64fd8713 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/64fd8713 Branch: refs/heads/4.0.x Commit: 64fd87134fcb60280e816449704f386bd979ce8b Parents: 82bba44 Author: Steven Gill Authored: Wed Apr 30 10:54:47 2014 -0700 Committer: Steven Gill Committed: Wed Apr 30 10:54:58 2014 -0700 ---------------------------------------------------------------------- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/64fd8713/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json new file mode 100644 index 0000000..d3e153a --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "cordova-android", + "version": "3.4.0", + "description": "This is the release for cordova-android", + "main": "bin/create", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://git-wip-us.apache.org/repos/asf/cordova-android.git" + }, + "keywords": [ + "android", + "cordova" + ], + "author": "Joe Bowser", + "license": "Apache version 2.0", + "dependencies": { + "q": "^0.9.0", + "shelljs": "^0.2.6" + } +}