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

Side by Side Diff: server/static/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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "luci-go common", 2 "name": "luci-go common",
3 "version": "0.0.0", 3 "version": "0.0.0",
4 "description": "Common static files needed by luci-go apps", 4 "description": "Common static files needed by luci-go apps",
5 "license": "BSD", 5 "license": "BSD",
6 "private": true, 6 "private": true,
7 "dependencies": { 7 "dependencies": {
8 "app-router": "~2.6.1", 8 "app-router": "~2.6.1",
9 "bootstrap": "~3.3.6", 9 "bootstrap": "~3.3.6",
10 "iron-ajax": "PolymerElements/iron-ajax#~1.1.1", 10 "iron-ajax": "PolymerElements/iron-ajax#~1.1.1",
11 "jquery": "~2.2.0", 11 "jquery": "~2.2.0",
12 "polymer": "Polymer/polymer#^1.2.0" 12 "polymer": "Polymer/polymer#^1.2.0",
13 "html5-history-anchor": "~0.4.0"
13 }, 14 },
14 "devDependencies": { 15 "devDependencies": {
15 "web-component-tester": "~4.2.0" 16 "web-component-tester": "~4.2.0"
16 } 17 }
17 } 18 }
OLDNEW
« no previous file with comments | « appengine/static/dispatch.yaml ('k') | server/static/bower_components/html5-history-anchor/.bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698