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

Side by Side Diff: web/bower.json

Issue 1960443004: Add rpcexplorer to webapp hierarchy. (Closed) Base URL: https://github.com/luci/luci-go@logdog-project-web
Patch Set: Created 4 years, 7 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", 2 "name": "luci",
3 "version": "0.0.0", 3 "version": "0.0.0",
4 "homepage": "https://github.com/luci/luci-go", 4 "homepage": "https://github.com/luci/luci-go",
5 "authors": [ 5 "authors": [
6 "The Chromium Authors" 6 "The Chromium Authors"
7 ], 7 ],
8 "license": "BSD", 8 "license": "BSD",
Vadim Sh. 2016/06/13 19:56:40 change license and authors here too
dnj (Google) 2016/06/13 20:51:10 Done.
9 "ignore": [ 9 "ignore": [
10 "**/.*", 10 "**/.*",
11 "node_modules", 11 "node_modules",
12 "bower_components", 12 "bower_components",
13 "test", 13 "test",
14 "tests" 14 "tests"
15 ], 15 ],
16 "dependencies": { 16 "dependencies": {
17 "polymer": "Polymer/polymer#^1.2.0", 17 "app-router": "~2.6.1",
18 "bootstrap": "~3.3.6",
19 "google-signin": "^1.3.2",
20 "html5-history-anchor": "~0.4.0",
21 "iron-ajax": "PolymerElements/iron-ajax#~1.1.1",
22 "iron-elements": "PolymerElements/iron-elements#~1.0.7",
23 "jquery": "~2.2.0",
24 "neon-elements": "PolymerElements/neon-elements#~1.0.0",
18 "page": "~1.6.4", 25 "page": "~1.6.4",
19 "iron-elements": "PolymerElements/iron-elements#~1.0.7",
20 "neon-elements": "PolymerElements/neon-elements#~1.0.0",
21 "paper-elements": "PolymerElements/paper-elements#~1.0.7", 26 "paper-elements": "PolymerElements/paper-elements#~1.0.7",
22 "platinum-elements": "PolymerElements/platinum-elements#~1.2.0" 27 "platinum-elements": "PolymerElements/platinum-elements#~1.2.0",
28 "polymer": "Polymer/polymer#^1.2.0"
29 },
30 "devDependencies": {
31 "web-component-tester": "~4.2.0"
23 } 32 }
24 } 33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698