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

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

Issue 1261403002: Add paper-menu-button and its dependencies to third_party/polymer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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": "polymer", 2 "name": "polymer",
3 "version": "1.0.7", 3 "version": "1.0.8",
4 "main": [ 4 "main": [
5 "polymer.html" 5 "polymer.html"
6 ], 6 ],
7 "license": "http://polymer.github.io/LICENSE.txt", 7 "license": "http://polymer.github.io/LICENSE.txt",
8 "ignore": [ 8 "ignore": [
9 "/.*", 9 "/.*",
10 "/test/" 10 "/test/"
11 ], 11 ],
12 "authors": [ 12 "authors": [
13 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)" 13 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
14 ], 14 ],
15 "repository": { 15 "repository": {
16 "type": "git", 16 "type": "git",
17 "url": "https://github.com/Polymer/polymer.git" 17 "url": "https://github.com/Polymer/polymer.git"
18 }, 18 },
19 "dependencies": { 19 "dependencies": {
20 "webcomponentsjs": "^0.7.2" 20 "webcomponentsjs": "^0.7.2"
21 }, 21 },
22 "devDependencies": { 22 "devDependencies": {
23 "web-component-tester": "*" 23 "web-component-tester": "*"
24 }, 24 },
25 "private": true, 25 "private": true,
26 "homepage": "https://github.com/Polymer/polymer", 26 "homepage": "https://github.com/Polymer/polymer",
27 "_release": "1.0.7", 27 "_release": "1.0.8",
28 "_resolution": { 28 "_resolution": {
29 "type": "version", 29 "type": "version",
30 "tag": "v1.0.7", 30 "tag": "v1.0.8",
31 "commit": "b39d0015ce5428232409eb3aca7ddefea899f894" 31 "commit": "61968bc4e5db93e76306a13517014d4d3b787021"
32 }, 32 },
33 "_source": "git://github.com/Polymer/polymer.git", 33 "_source": "git://github.com/Polymer/polymer.git",
34 "_target": "^1.0.0", 34 "_target": "~v1.0.0",
35 "_originalSource": "Polymer/polymer" 35 "_originalSource": "Polymer/polymer"
36 } 36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698