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

Unified Diff: appengine/config_service/ui/bower_components/polymer/bower.json

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
Index: appengine/config_service/ui/bower_components/polymer/bower.json
diff --git a/appengine/config_service/ui/bower_components/polymer/bower.json b/appengine/config_service/ui/bower_components/polymer/bower.json
new file mode 100644
index 0000000000000000000000000000000000000000..ed93844022d668f1c4f3d9c2274b83b2e93f683d
--- /dev/null
+++ b/appengine/config_service/ui/bower_components/polymer/bower.json
@@ -0,0 +1,34 @@
+{
+ "name": "polymer",
+ "main": [
+ "polymer.html"
+ ],
+ "license": "http://polymer.github.io/LICENSE.txt",
+ "ignore": [
+ "/.*",
+ "/test/",
+ "/util/",
+ "gulpfile.js",
+ "CONTRIBUTING.md",
+ "CHANGELOG.md"
+ ],
+ "authors": [
+ "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
+ ],
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/Polymer/polymer.git"
+ },
+ "dependencies": {
+ "shadycss": "webcomponents/shadycss#^v1.0.0",
+ "webcomponentsjs": "^v1.0.0"
+ },
+ "devDependencies": {
+ "web-component-tester": "^v6.0.0-prerelease.10",
+ "test-fixture": "PolymerElements/test-fixture#3.0.0-rc.1"
+ },
+ "private": true,
+ "resolutions": {
+ "test-fixture": "3.0.0-rc.1"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698