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

Unified Diff: appengine/config_service/ui/bower_components/test-fixture/package.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/test-fixture/package.json
diff --git a/appengine/config_service/ui/bower_components/test-fixture/package.json b/appengine/config_service/ui/bower_components/test-fixture/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..47b13cab996d4b27207586e336f2faa312bd0f1f
--- /dev/null
+++ b/appengine/config_service/ui/bower_components/test-fixture/package.json
@@ -0,0 +1,24 @@
+{
+ "name": "test-fixture",
+ "version": "3.0.0-rc.1",
+ "description": "A simple element to fixture DOM for tests",
+ "main": "test-fixture.html",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/polymerelements/test-fixture.git"
+ },
+ "keywords": [
+ "web-components",
+ "polymer",
+ "testing"
+ ],
+ "author": "The Polymer Authors",
+ "license": "BSD-3-Clause",
+ "bugs": {
+ "url": "https://github.com/polymerelements/test-fixture/issues"
+ },
+ "homepage": "https://github.com/polymerelements/test-fixture#readme",
+ "dependencies": {
+ "web-component-tester": "^6.0.0-prerelease.5"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698