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

Unified Diff: appengine/config_service/ui/bower_components/chai/.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/chai/.bower.json
diff --git a/appengine/config_service/ui/bower_components/chai/.bower.json b/appengine/config_service/ui/bower_components/chai/.bower.json
new file mode 100644
index 0000000000000000000000000000000000000000..ed4bb733dd830d9447d1b3d9fd905a8f087112fd
--- /dev/null
+++ b/appengine/config_service/ui/bower_components/chai/.bower.json
@@ -0,0 +1,37 @@
+{
+ "name": "chai",
+ "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": {},
+ "homepage": "https://github.com/chaijs/chai",
+ "version": "3.5.0",
+ "_release": "3.5.0",
+ "_resolution": {
+ "type": "version",
+ "tag": "3.5.0",
+ "commit": "57c85f624a7e19ffaf1a2c7d07d81180db17bec7"
+ },
+ "_source": "https://github.com/chaijs/chai.git",
+ "_target": "^3.2.0",
+ "_originalSource": "chai"
+}

Powered by Google App Engine
This is Rietveld 408576698