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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "test-fixture",
3 "version": "3.0.0-rc.1",
4 "description": "A simple element to fixture DOM for tests",
5 "main": "test-fixture.html",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/polymerelements/test-fixture.git"
9 },
10 "keywords": [
11 "web-components",
12 "polymer",
13 "testing"
14 ],
15 "author": "The Polymer Authors",
16 "license": "BSD-3-Clause",
17 "bugs": {
18 "url": "https://github.com/polymerelements/test-fixture/issues"
19 },
20 "homepage": "https://github.com/polymerelements/test-fixture#readme",
21 "dependencies": {
22 "web-component-tester": "^6.0.0-prerelease.5"
23 }
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698