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

Side by Side Diff: appengine/config_service/ui/bower_components/shadycss/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": "shadycss",
3 "main": "scoping-shim.min.js",
4 "description": "Styling helpers for ShadyDOM",
5 "authors": [
6 "The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)"
7 ],
8 "license": "BSD-3-Clause",
9 "keywords": [
10 "shady-css",
11 "shadycss",
12 "shadow-css",
13 "shadowcss",
14 "web-components",
15 "webcomponents",
16 "polyfill",
17 "shim"
18 ],
19 "homepage": "https://webcomponents.org/polyfills",
20 "ignore": [
21 "**/.*",
22 "node_modules",
23 "bower_components",
24 "test",
25 "tests"
26 ],
27 "devDependencies": {
28 "web-component-tester": "^6",
29 "es6-promise": "stefanpenner/es6-promise#^4.0.0",
30 "template": "webcomponents/template#^1.0.0",
31 "html-imports": "webcomponents/html-imports#^1.0.0",
32 "custom-elements": "webcomponents/custom-elements#^1.0.0",
33 "shadydom": "webcomponents/shadydom#^1.0.0",
34 "webcomponents-platform": "webcomponents/webcomponents-platform#^1.0.0"
35 }
36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698