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

Side by Side Diff: appengine/config_service/ui/bower_components/polymer/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": "polymer",
3 "main": [
4 "polymer.html"
5 ],
6 "license": "http://polymer.github.io/LICENSE.txt",
7 "ignore": [
8 "/.*",
9 "/test/",
10 "/util/",
11 "gulpfile.js",
12 "CONTRIBUTING.md",
13 "CHANGELOG.md"
14 ],
15 "authors": [
16 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/Polymer/polymer.git"
21 },
22 "dependencies": {
23 "shadycss": "webcomponents/shadycss#^v1.0.0",
24 "webcomponentsjs": "^v1.0.0"
25 },
26 "devDependencies": {
27 "web-component-tester": "^v6.0.0-prerelease.10",
28 "test-fixture": "PolymerElements/test-fixture#3.0.0-rc.1"
29 },
30 "private": true,
31 "resolutions": {
32 "test-fixture": "3.0.0-rc.1"
33 }
34 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698