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

Unified Diff: appengine/config_service/ui/bower_components/lodash/.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/lodash/.bower.json
diff --git a/appengine/config_service/ui/bower_components/lodash/.bower.json b/appengine/config_service/ui/bower_components/lodash/.bower.json
new file mode 100644
index 0000000000000000000000000000000000000000..a8f9c4748b0cd8f7a93886fbaf442f6adc0b763e
--- /dev/null
+++ b/appengine/config_service/ui/bower_components/lodash/.bower.json
@@ -0,0 +1,30 @@
+{
+ "name": "lodash",
+ "main": "lodash.js",
+ "ignore": [
+ ".*",
+ "*.custom.*",
+ "*.log",
+ "*.map",
+ "*.md",
+ "lodash.src.js",
+ "component.json",
+ "package.json",
+ "doc",
+ "node_modules",
+ "perf",
+ "test",
+ "vendor"
+ ],
+ "homepage": "https://github.com/lodash/lodash",
+ "version": "3.10.1",
+ "_release": "3.10.1",
+ "_resolution": {
+ "type": "version",
+ "tag": "3.10.1",
+ "commit": "ef20b4290cc4fe7551c82a552ea7ffa76548eec8"
+ },
+ "_source": "https://github.com/lodash/lodash.git",
+ "_target": "^3.7.0",
+ "_originalSource": "lodash"
+}

Powered by Google App Engine
This is Rietveld 408576698