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 A591C17CBB for ; Tue, 20 Jan 2015 08:03:40 +0000 (UTC) Received: (qmail 14066 invoked by uid 500); 20 Jan 2015 08:03:42 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 14002 invoked by uid 500); 20 Jan 2015 08:03:42 -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 13991 invoked by uid 99); 20 Jan 2015 08:03:42 -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, 20 Jan 2015 08:03:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 314F8E03E3; Tue, 20 Jan 2015 08:03:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: garren@apache.org To: commits@couchdb.apache.org Date: Tue, 20 Jan 2015 08:03:43 -0000 Message-Id: <40bf542d6bf041c9bfbeac0bad861907@git.apache.org> In-Reply-To: <72d57ba5ef094624966c38df18dd32e8@git.apache.org> References: <72d57ba5ef094624966c38df18dd32e8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/5] fauxton commit: updated refs/heads/master to 2a7fc64 http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/7cca283c/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 0645e6c..f1dc99c 100644 --- a/package.json +++ b/package.json @@ -6,51 +6,51 @@ "directories": { "test": "test" }, - "dependencies": { - }, - "scripts": { - "test": "grunt test", - "couchdebug": "grunt couchdebug", - "couchdb": "grunt couchdb" - }, - "repository": { - "type": "git", - "url": "https://git-wip-us.apache.org/repos/asf/couchdb.git" - }, - "keywords": [ - "couchdb", - "futon", - "fauxton" - ], - "author": "", - "license": "Apache V2", "devDependencies": { "async": "~0.2.6", + "couchapp": "~0.11.0", "grunt": "~0.4.1", "grunt-cli": "~0.1.6", - "couchapp": "~0.11.0", - "grunt-contrib-cssmin": "~0.5.0", "grunt-contrib-clean": "~0.4.1", - "grunt-contrib-jshint": "~0.6.0", "grunt-contrib-concat": "~0.3.0", - "grunt-contrib-less": "~0.11.0", + "grunt-contrib-copy": "~0.4.1", + "grunt-contrib-cssmin": "~0.5.0", + "grunt-contrib-jshint": "~0.6.0", "grunt-contrib-jst": "~0.5.0", - "grunt-contrib-watch": "~0.6.1", + "grunt-contrib-less": "~0.11.0", + "grunt-contrib-requirejs": "~0.4.1", "grunt-contrib-uglify": "~0.2.0", - "grunt-contrib-copy": "~0.4.1", + "grunt-contrib-watch": "~0.6.1", "grunt-couchapp": "~0.2.1", "grunt-exec": "~0.4.0", "grunt-init": "~0.2.0", - "grunt-contrib-requirejs": "~0.4.1", + "grunt-shell": "^1.1.1", + "http-proxy": "~1.1.4", + "react-tools": "^0.12.0", + "send": "~0.1.1", "underscore": "~1.4.2", "url": "~0.7.9", "urls": "~0.0.3", - "http-proxy": "~1.1.4", - "send": "~0.1.1", "grunt-mocha-phantomjs": "~0.3.0", "nightwatch": "~0.5.33", "nano": "~5.12.0", "grunt-chmod": "^1.0.3", "grunt-md5": "^0.1.11" - } + }, + "scripts": { + "test": "grunt test", + "couchdebug": "grunt couchdebug", + "couchdb": "grunt couchdb" + }, + "repository": { + "type": "git", + "url": "https://git-wip-us.apache.org/repos/asf/couchdb.git" + }, + "keywords": [ + "couchdb", + "futon", + "fauxton" + ], + "author": "", + "license": "Apache V2" }