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

Unified Diff: server/static/bower_components/html5-history-anchor/bower.json

Issue 1695893004: RPC Explorer (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@rpcepxlorer-deps
Patch Set: 80 chars Created 4 years, 10 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: server/static/bower_components/html5-history-anchor/bower.json
diff --git a/server/static/bower_components/html5-history-anchor/bower.json b/server/static/bower_components/html5-history-anchor/bower.json
new file mode 100644
index 0000000000000000000000000000000000000000..517d7cdcf957e4bd005dd861a32171a94cd0616e
--- /dev/null
+++ b/server/static/bower_components/html5-history-anchor/bower.json
@@ -0,0 +1,25 @@
+{
+ "name": "html5-history-anchor",
+ "version": "0.4.0",
+ "authors": [
+ "Erik Ringsmuth <erik.ringsmuth@gmail.com>"
+ ],
+ "description": "Extend the <a> tag with the window.history API",
+ "keywords": [
+ "web-components"
+ ],
+ "main": "html5-history-anchor.html",
+ "license": "MIT",
+ "homepage": "https://github.com/erikringsmuth/html5-history-anchor",
+ "ignore": [
+ "**/.*",
+ "bower_components",
+ "node_modules",
+ "tests",
+ "gulpfile.js",
+ "package.json"
+ ],
+ "devDependencies": {
+ "platform-dev": "Polymer/platform-dev#~0.4.1"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698