Index: test/js_test_tools/chai/package.json |
diff --git a/test/js_test_tools/chai/package.json b/test/js_test_tools/chai/package.json |
deleted file mode 100644 |
index 14fadc0a0ef6785b5ef07e0b3bce7db6214e4b25..0000000000000000000000000000000000000000 |
--- a/test/js_test_tools/chai/package.json |
+++ /dev/null |
@@ -1,42 +0,0 @@ |
-{ |
- "author": "Jake Luer <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": [ |
- "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": { |
- "url": "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.12.x" |
- , "karma-mocha": "*" |
- , "karma-sauce-launcher": "0.2.x" |
- , "karma-phantomjs-launcher": "0.1.1" |
- , "mocha": "1.17.x" |
- , "istanbul": "0.2.x" |
- } |
-} |