| Index: appengine/config_service/ui/bower_components/mocha/bower.json
|
| diff --git a/appengine/config_service/ui/bower_components/mocha/bower.json b/appengine/config_service/ui/bower_components/mocha/bower.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e96cc9526d2d1bcd20136230c1e10c08d6fd118f
|
| --- /dev/null
|
| +++ b/appengine/config_service/ui/bower_components/mocha/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"
|
| +}
|
|
|