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

Side by Side 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, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "html5-history-anchor",
3 "version": "0.4.0",
4 "authors": [
5 "Erik Ringsmuth <erik.ringsmuth@gmail.com>"
6 ],
7 "description": "Extend the <a> tag with the window.history API",
8 "keywords": [
9 "web-components"
10 ],
11 "main": "html5-history-anchor.html",
12 "license": "MIT",
13 "homepage": "https://github.com/erikringsmuth/html5-history-anchor",
14 "ignore": [
15 "**/.*",
16 "bower_components",
17 "node_modules",
18 "tests",
19 "gulpfile.js",
20 "package.json"
21 ],
22 "devDependencies": {
23 "platform-dev": "Polymer/platform-dev#~0.4.1"
24 }
25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698