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

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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698