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

Side by Side Diff: appengine/config_service/ui/bower_components/test-fixture/.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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "test-fixture",
3 "version": "3.0.0-rc.1",
4 "license": "http://polymer.github.io/LICENSE.txt",
5 "description": "A simple element to fixture DOM for tests",
6 "keywords": [
7 "web-components",
8 "polymer",
9 "testing"
10 ],
11 "devDependencies": {
12 "web-component-tester": "^6.0.0-prerelease.5",
13 "webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0-rc.1"
14 },
15 "variants": {
16 "1.x": {
17 "devDependencies": {
18 "web-component-tester": "^4.0.0",
19 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
20 }
21 }
22 },
23 "main": "test-fixture.html",
24 "ignore": [],
25 "homepage": "https://github.com/polymerelements/test-fixture",
26 "_release": "3.0.0-rc.1",
27 "_resolution": {
28 "type": "version",
29 "tag": "v3.0.0-rc.1",
30 "commit": "eb86ce25c850bb20523d47a55d07235f0fad5858"
31 },
32 "_source": "https://github.com/polymerelements/test-fixture.git",
33 "_target": "^3.0.0-rc.1",
34 "_originalSource": "polymerelements/test-fixture"
35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698