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

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

Issue 1082403004: Import Polymer 0.8 and several key elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Also remove polymer/explainer Created 5 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
(Empty)
1 {
2 "name": "paper-styles",
3 "version": "0.8.6",
4 "authors": [
5 "Ian MacLeod <imac@google.com>",
6 "The Polymer Authors"
7 ],
8 "description": "Common (global) styles for Material Design elements.",
9 "keywords": [
10 "web-component",
11 "web-components",
12 "polymer"
13 ],
14 "main": "paper-styles.html",
15 "license": "MIT",
16 "homepage": "https://github.com/PolymerLabs/paper-styles/",
17 "ignore": [
18 "/.*",
19 "/demo/"
20 ],
21 "dependencies": {
22 "polymer": "Polymer/polymer#v0.8.0-rc.7"
23 }
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698