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

Side by Side Diff: third_party/polymer/v0_8/components-chromium/polymer/bower.json

Issue 1158973006: Rolling forward https://codereview.chromium.org/1155683008/ which was (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed one commit from the old cl Created 5 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
(Empty)
1 {
2 "name": "polymer",
3 "version": "1.0.2",
4 "main": [
5 "polymer.html"
6 ],
7 "license": "http://polymer.github.io/LICENSE.txt",
8 "ignore": [
9 "/.*",
10 "/test/"
11 ],
12 "authors": [
13 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/Polymer/polymer.git"
18 },
19 "dependencies": {
20 "webcomponentsjs": "^0.7.2"
21 },
22 "devDependencies": {
23 "web-component-tester": "*"
24 },
25 "private": true
26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698