Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/mocha-3.1.0/bower.json')
-rw-r--r--tests/lib/mocha-3.1.0/bower.json38
1 files changed, 0 insertions, 38 deletions
diff --git a/tests/lib/mocha-3.1.0/bower.json b/tests/lib/mocha-3.1.0/bower.json
deleted file mode 100644
index e96cc9526d..0000000000
--- a/tests/lib/mocha-3.1.0/bower.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "name": "mocha",
- "homepage": "https://mochajs.org",
- "description": "simple, flexible, fun test framework",
- "repository": {
- "type": "git",
- "url": "git://github.com/mochajs/mocha.git"
- },
- "main": [
- "mocha.js",
- "mocha.css"
- ],
- "ignore": [
- "bin",
- "editors",
- "images",
- "lib",
- "scripts",
- "test",
- "assets",
- "media",
- ".*",
- "index.js",
- "karma.conf.js",
- "browser-entry.js",
- "Makefile",
- "package.json",
- "appveyor.yml"
- ],
- "keywords": [
- "mocha",
- "test",
- "bdd",
- "tdd",
- "tap"
- ],
- "license": "MIT"
-}