Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2377)

Unified Diff: appengine/config_service/ui/bower_components/mocha/.bower.json

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..3951b8804f9b8313f9702a5a51f181013976b96b
--- /dev/null
+++ b/appengine/config_service/ui/bower_components/mocha/.bower.json
@@ -0,0 +1,48 @@
+{
+ "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",
+ "version": "3.4.2",
+ "_release": "3.4.2",
+ "_resolution": {
+ "type": "version",
+ "tag": "v3.4.2",
+ "commit": "800963464bc4e0e09c2e85e8a9edd8d20a0bbf57"
+ },
+ "_source": "https://github.com/mochajs/mocha.git",
+ "_target": "^3.1.2",
+ "_originalSource": "mocha"
+}

Powered by Google App Engine
This is Rietveld 408576698