aboutsummaryrefslogtreecommitdiff
path: root/node_modules/chai/package.json
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-27 00:03:48 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-27 00:03:48 +0000
commit714368c049f8749ed22c6d1d07bb3adc783dc349 (patch)
tree8952248ebf3f85b141ef0d18ecf6a1becdc8b89b /node_modules/chai/package.json
parent8beb37ed67b5f2fa0f9aa85499a8f11b39c9d067 (diff)
parentb65166302f5296165da115ed96ce112433157a2d (diff)
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'node_modules/chai/package.json')
-rw-r--r--node_modules/chai/package.json93
1 files changed, 93 insertions, 0 deletions
diff --git a/node_modules/chai/package.json b/node_modules/chai/package.json
new file mode 100644
index 0000000..3eb8531
--- /dev/null
+++ b/node_modules/chai/package.json
@@ -0,0 +1,93 @@
+{
+ "author": {
+ "name": "Jake Luer",
+ "email": "jake@alogicalparadox.com"
+ },
+ "name": "chai",
+ "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": [
+ {
+ "name": "Jake Luer",
+ "email": "jake@alogicalparadox.com"
+ },
+ {
+ "name": "Domenic Denicola",
+ "email": "domenic@domenicdenicola.com",
+ "url": "http://domenicdenicola.com"
+ },
+ {
+ "name": "Veselin Todorov",
+ "email": "hi@vesln.com"
+ },
+ {
+ "name": "John Firebaugh",
+ "email": "john.firebaugh@gmail.com"
+ }
+ ],
+ "version": "3.5.0",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/chaijs/chai.git"
+ },
+ "bugs": {
+ "url": "https://github.com/chaijs/chai/issues"
+ },
+ "main": "./index",
+ "scripts": {
+ "test": "make test"
+ },
+ "engines": {
+ "node": ">= 0.4.0"
+ },
+ "dependencies": {
+ "assertion-error": "^1.0.1",
+ "deep-eql": "^0.1.3",
+ "type-detect": "^1.0.0"
+ },
+ "devDependencies": {
+ "browserify": "^10.2.1",
+ "bump-cli": "^1.1.3",
+ "karma": "^0.13.16",
+ "karma-mocha": "^0.1.10",
+ "karma-sauce-launcher": "^0.2.11",
+ "karma-phantomjs-launcher": "^0.2.0",
+ "karma-firefox-launcher": "^0.1.6",
+ "mocha": "^2.2.5",
+ "istanbul": "^0.3.14"
+ },
+ "gitHead": "4ca0218391cf947c6cfac2d1a7424a63a4b4c232",
+ "_id": "chai@3.5.0",
+ "_shasum": "4d02637b067fe958bdbfdd3a40ec56fef7373247",
+ "_from": "chai@latest",
+ "_npmVersion": "3.3.12",
+ "_nodeVersion": "5.5.0",
+ "_npmUser": {
+ "name": "chaijs",
+ "email": "chaijs@keithcirkel.co.uk"
+ },
+ "dist": {
+ "shasum": "4d02637b067fe958bdbfdd3a40ec56fef7373247",
+ "tarball": "https://registry.npmjs.org/chai/-/chai-3.5.0.tgz"
+ },
+ "maintainers": [
+ {
+ "name": "jakeluer",
+ "email": "jake@alogicalparadox.com"
+ },
+ {
+ "name": "chaijs",
+ "email": "chaijs@keithcirkel.co.uk"
+ }
+ ],
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/chai/-/chai-3.5.0.tgz"
+}