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.2/bower.json')
-rw-r--r--tests/lib/mocha-3.1.2/bower.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/tests/lib/mocha-3.1.2/bower.json b/tests/lib/mocha-3.1.2/bower.json
new file mode 100644
index 0000000000..e96cc9526d
--- /dev/null
+++ b/tests/lib/mocha-3.1.2/bower.json
@@ -0,0 +1,38 @@
+{
+ "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"
+}