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

Unified Diff: appengine/config_service/ui/bower_components/webcomponentsjs/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/webcomponentsjs/bower.json
diff --git a/appengine/config_service/ui/bower_components/webcomponentsjs/bower.json b/appengine/config_service/ui/bower_components/webcomponentsjs/bower.json
new file mode 100644
index 0000000000000000000000000000000000000000..7e1cf1d98f73c1393593650c7334976c8e94a79a
--- /dev/null
+++ b/appengine/config_service/ui/bower_components/webcomponentsjs/bower.json
@@ -0,0 +1,31 @@
+{
+ "name": "webcomponentsjs",
+ "description": "Web components polyfill",
+ "main": "webcomponents.js",
+ "homepage": "http://webcomponents.org",
+ "authors": [
+ "The Polymer Authors"
+ ],
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/webcomponents/webcomponentsjs.git"
+ },
+ "keywords": [
+ "webcomponents",
+ "web-components",
+ "polyfill",
+ "shim"
+ ],
+ "license": "BSD-3-Clause",
+ "ignore": [],
+ "devDependencies": {
+ "web-component-tester": "^v6.0.0-prerelease.10",
+ "custom-elements": "webcomponents/custom-elements#^v1.0.0",
+ "es6-promise": "stefanpenner/es6-promise#^4.0.0",
+ "html-imports": "webcomponents/html-imports#^v1.0.0",
+ "shadydom": "webcomponents/shadydom#^v1.0.0",
+ "shadycss": "webcomponents/shadycss#^v1.0.0",
+ "template": "webcomponents/template#^v1.0.0",
+ "webcomponents-platform": "webcomponents/webcomponents-platform#^v1.0.0"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698