From f7675087f1583e6e8a9cc91c6095b3dcdf63eca1 Mon Sep 17 00:00:00 2001 From: Thomas Davis Date: Fri, 16 May 2014 03:46:11 -0400 Subject: [PATCH] Updated packages via auto-update.js --- ajax/libs/chai/package.json | 100 +++++++++++++++++++----------------- 1 file changed, 54 insertions(+), 46 deletions(-) diff --git a/ajax/libs/chai/package.json b/ajax/libs/chai/package.json index e76d9f118..de5b318ac 100644 --- a/ajax/libs/chai/package.json +++ b/ajax/libs/chai/package.json @@ -1,48 +1,56 @@ { - "author": "Jake Luer ", - "name": "chai", - "npmName": "chai", - "npmFileMap": [{ - "basePath": "/dist/", - "files": [ - "*" - ] - }], - "filename": "chai.js", - "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.", - "keywords": [ "test", "assertion", "assert", "testing", "chai" ], - "homepage": "http://chaijs.com", - "license": "MIT", - "contributors": [ - "Jake Luer ", - "Domenic Denicola (http://domenicdenicola.com)", - "Veselin Todorov ", - "John Firebaugh " - ], - "version": "1.9.0", - "repository": { - "type": "git", - "url": "https://github.com/chaijs/chai" - }, - "bugs":"https://github.com/chaijs/chai/issues", - "main": "./index", - "scripts": { - "test": "make test" - }, - "engines": { - "node": ">= 0.4.0" - }, - "dependencies": { - "assertion-error": "1.0.0", - "deep-eql": "0.1.3" - }, - "devDependencies": { - "component": "*", - "karma": "0.11.12", - "karma-mocha": "*", - "karma-sauce-launcher": "0.2.0", - "karma-phantomjs-launcher": "0.1.1", - "mocha": "1.8.2", - "istanbul": "~0.1.44" + "author": "Jake Luer ", + "name": "chai", + "npmName": "chai", + "npmFileMap": [ + { + "basePath": "/dist/", + "files": [ + "*" + ] } -} + ], + "filename": "chai.js", + "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.", + "keywords": [ + "test", + "assertion", + "assert", + "testing", + "chai" + ], + "homepage": "http://chaijs.com", + "license": "MIT", + "contributors": [ + "Jake Luer ", + "Domenic Denicola (http://domenicdenicola.com)", + "Veselin Todorov ", + "John Firebaugh " + ], + "version": "1.9.1", + "repository": { + "type": "git", + "url": "https://github.com/chaijs/chai" + }, + "bugs": "https://github.com/chaijs/chai/issues", + "main": "./index", + "scripts": { + "test": "make test" + }, + "engines": { + "node": ">= 0.4.0" + }, + "dependencies": { + "assertion-error": "1.0.0", + "deep-eql": "0.1.3" + }, + "devDependencies": { + "component": "*", + "karma": "0.11.12", + "karma-mocha": "*", + "karma-sauce-launcher": "0.2.0", + "karma-phantomjs-launcher": "0.1.1", + "mocha": "1.8.2", + "istanbul": "~0.1.44" + } +} \ No newline at end of file