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

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: removed broken rpc-error.html symlink 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 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 "_release": "0.4.0",
26 "_resolution": {
27 "type": "version",
28 "tag": "v0.4.0",
29 "commit": "9cc84d0d422edc137c5c8c1113e227eff48df5f5"
30 },
31 "_source": "git://github.com/erikringsmuth/html5-history-anchor.git",
32 "_target": "~0.4.0",
33 "_originalSource": "html5-history-anchor",
34 "_direct": true
35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698