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

Unified Diff: pkg/polymer/lib/src/js/polymer/bower.json

Issue 182193002: [polymer] interop with polymer-element and polymer.js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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
« no previous file with comments | « pkg/polymer/lib/src/js/polymer/README.md ('k') | pkg/polymer/lib/src/js/polymer/build.log » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/lib/src/js/polymer/bower.json
diff --git a/pkg/polymer/lib/src/js/polymer/bower.json b/pkg/polymer/lib/src/js/polymer/bower.json
new file mode 100644
index 0000000000000000000000000000000000000000..816d40ac7f06227b6ab0095854745bb64ea52d3d
--- /dev/null
+++ b/pkg/polymer/lib/src/js/polymer/bower.json
@@ -0,0 +1,20 @@
+{
+ "name": "polymer",
+ "description": "Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers.",
+ "homepage": "http://www.polymer-project.org/",
+ "keywords": [
+ "util",
+ "client",
+ "browser",
+ "web components",
+ "web-components"
+ ],
+ "author": "Polymer Authors <polymer-dev@googlegroups.com>",
+ "main": [
+ "polymer.js"
+ ],
+ "dependencies": {
+ "platform": "Polymer/platform#0.2.0"
+ },
+ "version": "0.2.0"
+}
« no previous file with comments | « pkg/polymer/lib/src/js/polymer/README.md ('k') | pkg/polymer/lib/src/js/polymer/build.log » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698