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

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: Updated license, clarified instructions. Created 4 years, 6 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 LUCI Authors" 6 "The LUCI Authors"
7 ], 7 ],
8 "license": "BSD", 8 "licenses": [
9 {
10 "type": "Apache-2.0",
11 "url": "http://www.apache.org/licenses/LICENSE-2.0"
12 }
13 ],
14 "license": "Apache License, Version 2.0",
9 "ignore": [ 15 "ignore": [
10 "**/.*", 16 "**/.*",
11 "node_modules", 17 "node_modules",
12 "bower_components", 18 "bower_components",
13 "test", 19 "test",
14 "tests" 20 "tests"
15 ], 21 ],
16 "dependencies": { 22 "dependencies": {
17 "polymer": "Polymer/polymer#^1.2.0", 23 "app-router": "~2.6.1",
24 "bootstrap": "~3.3.6",
25 "google-signin": "^1.3.2",
26 "html5-history-anchor": "~0.4.0",
27 "iron-ajax": "PolymerElements/iron-ajax#~1.1.1",
28 "iron-elements": "PolymerElements/iron-elements#~1.0.7",
29 "jquery": "~2.2.0",
30 "neon-elements": "PolymerElements/neon-elements#~1.0.0",
18 "page": "~1.6.4", 31 "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", 32 "paper-elements": "PolymerElements/paper-elements#~1.0.7",
22 "platinum-elements": "PolymerElements/platinum-elements#~1.2.0" 33 "platinum-elements": "PolymerElements/platinum-elements#~1.2.0",
34 "polymer": "Polymer/polymer#^1.2.0"
35 },
36 "devDependencies": {
37 "web-component-tester": "~4.2.0"
23 } 38 }
24 } 39 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698