Index: test/js_test_tools/chai/bower.json |
diff --git a/test/js_test_tools/chai/bower.json b/test/js_test_tools/chai/bower.json |
deleted file mode 100644 |
index 8d7b3d548e8d6f5541e26259e34ded188a42d3f7..0000000000000000000000000000000000000000 |
--- a/test/js_test_tools/chai/bower.json |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-{ |
- "name": "chai" |
- , "version": "1.9.1" |
- , "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic." |
- , "license": "MIT" |
- , "keywords": [ |
- "test" |
- , "assertion" |
- , "assert" |
- , "testing" |
- , "chai" |
- ] |
- , "main": "chai.js" |
- , "ignore": [ |
- "build" |
- , "components" |
- , "lib" |
- , "node_modules" |
- , "support" |
- , "test" |
- , "index.js" |
- , "Makefile" |
- , ".*" |
- ] |
- , "dependencies": {} |
- , "devDependencies": {} |
-} |