Updated packages via auto-update.js

This commit is contained in:
Thomas Davis
2014-05-16 03:46:11 -04:00
parent f1d11579cd
commit f7675087f1
+54 -46
View File
@@ -1,48 +1,56 @@
{
"author": "Jake Luer <jake@alogicalparadox.com>",
"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 <jake@alogicalparadox.com>",
"Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)",
"Veselin Todorov <hi@vesln.com>",
"John Firebaugh <john.firebaugh@gmail.com>"
],
"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 <jake@alogicalparadox.com>",
"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 <jake@alogicalparadox.com>",
"Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)",
"Veselin Todorov <hi@vesln.com>",
"John Firebaugh <john.firebaugh@gmail.com>"
],
"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"
}
}