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

Unified Diff: third_party/polymer/v0_8/components-chromium/polymer/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, 8 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 side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/v0_8/components-chromium/polymer/bower.json
diff --git a/third_party/polymer/v0_8/components-chromium/polymer/bower.json b/third_party/polymer/v0_8/components-chromium/polymer/bower.json
new file mode 100644
index 0000000000000000000000000000000000000000..f2bb8f7466c18830dbbf05a8721e35da4e6a1732
--- /dev/null
+++ b/third_party/polymer/v0_8/components-chromium/polymer/bower.json
@@ -0,0 +1,26 @@
+{
+ "name": "polymer",
+ "version": "0.8.0-rc.7",
+ "main": [
+ "polymer.html"
+ ],
+ "license": "http://polymer.github.io/LICENSE.txt",
+ "ignore": [
+ "/.*",
+ "/test/"
+ ],
+ "authors": [
+ "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
+ ],
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/Polymer/polymer.git"
+ },
+ "dependencies": {
+ "webcomponentsjs": "^0.6.0"
+ },
+ "devDependencies": {
+ "web-component-tester": "*"
+ },
+ "private": true
+}

Powered by Google App Engine
This is Rietveld 408576698