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

Unified Diff: appengine/config_service/ui/bower_components/stacky/.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/stacky/.bower.json
diff --git a/appengine/config_service/ui/bower_components/stacky/.bower.json b/appengine/config_service/ui/bower_components/stacky/.bower.json
new file mode 100644
index 0000000000000000000000000000000000000000..7edb13dc76e80177301bfc00b5c3d68d9df82b0b
--- /dev/null
+++ b/appengine/config_service/ui/bower_components/stacky/.bower.json
@@ -0,0 +1,37 @@
+{
+ "name": "stacky",
+ "description": "Stacky parses stack traces from various sources, and formats them in readable ways.",
+ "main": "browser.js",
+ "authors": [
+ "The Polymer Authors"
+ ],
+ "ignore": [
+ "*",
+ "!/lib/*.js",
+ "!/LICENSE",
+ "!/browser.js"
+ ],
+ "license": "BSD-3-Clause",
+ "keywords": [
+ "stack",
+ "trace",
+ "error",
+ "stack parser",
+ "trace parser"
+ ],
+ "homepage": "https://github.com/PolymerLabs/stacky",
+ "moduleType": [
+ "amd",
+ "globals"
+ ],
+ "version": "1.3.2",
+ "_release": "1.3.2",
+ "_resolution": {
+ "type": "version",
+ "tag": "v1.3.2",
+ "commit": "fa297bb077559544c56b4a123c05df2ff97e9fdc"
+ },
+ "_source": "https://github.com/PolymerLabs/stacky.git",
+ "_target": "^1.3.0",
+ "_originalSource": "stacky"
+}

Powered by Google App Engine
This is Rietveld 408576698