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

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

Issue 1155683008: Rename polymer and cr_elements v0_8 to v1_0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v1
Patch Set: fix a merge mistake 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
1 { 1 {
2 "name": "iron-elements", 2 "name": "iron-elements",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 "description": "Iron elements are a set of visual and non-visual utility eleme nts. They include elements for working with layout, user input, selection, and s caffolding apps.", 4 "description": "Iron elements are a set of visual and non-visual utility eleme nts. They include elements for working with layout, user input, selection, and s caffolding apps.",
5 "keywords": [ 5 "keywords": [
6 "web-components", 6 "web-components",
7 "polymer", 7 "polymer",
8 "utility", 8 "utility",
9 "user-input", 9 "user-input",
10 "selection" 10 "selection"
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 "authors": ["The Polymer Authors"], 50 "authors": ["The Polymer Authors"],
51 "license": "http://polymer.github.io/LICENSE.txt", 51 "license": "http://polymer.github.io/LICENSE.txt",
52 "ignore": [ 52 "ignore": [
53 "**/.*", 53 "**/.*",
54 "node_modules", 54 "node_modules",
55 "bower_components", 55 "bower_components",
56 "test", 56 "test",
57 "tests" 57 "tests"
58 ] 58 ]
59 } 59 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698