Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-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 3DBBD17316 for ; Fri, 31 Oct 2014 03:00:58 +0000 (UTC) Received: (qmail 55474 invoked by uid 500); 31 Oct 2014 03:00:58 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 55327 invoked by uid 500); 31 Oct 2014 03:00:58 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 55221 invoked by uid 99); 31 Oct 2014 03:00:57 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Oct 2014 03:00:57 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B81ABA05B8A; Fri, 31 Oct 2014 03:00:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Fri, 31 Oct 2014 03:00:59 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/9] jquery-couch commit: updated refs/heads/master to ec5fa13 Add bower.json Signed-off-by: Alexander Shorin Project: http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/commit/c7d975a0 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/tree/c7d975a0 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/diff/c7d975a0 Branch: refs/heads/master Commit: c7d975a06676361889017836360cb38c899d0a4f Parents: 2dd8ab0 Author: Robert Kowalski Authored: Mon Jun 16 22:13:14 2014 +0200 Committer: Alexander Shorin Committed: Thu Jul 31 19:19:15 2014 +0400 ---------------------------------------------------------------------- .gitignore | 14 ++++++++++++++ bower.json | 22 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/blob/c7d975a0/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..75bf63c --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +*.swp +.*.swp + +.DS_Store +*~ +.project +.settings +npm-debug.log +coverage.html +.idea +lib-cov + +node_modules +bower_components http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/blob/c7d975a0/bower.json ---------------------------------------------------------------------- diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..03a06fd --- /dev/null +++ b/bower.json @@ -0,0 +1,22 @@ +{ + "name": "couchdb-jquery-couch", + "version": "0.0.0", + "homepage": "https://github.com/apache/couchdb-jquery-couch/", + "main": "jquery.couch.js", + "moduleType": [ + "globals" + ], + "keywords": [ + "couchdb", + "jquery" + ], + "license": "Apache License, Version 2.0", + "private": true, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}