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

Side by Side Diff: appengine/config_service/ui/bower_components/webcomponentsjs/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": "webcomponentsjs",
3 "description": "Web components polyfill",
4 "main": "webcomponents.js",
5 "homepage": "http://webcomponents.org",
6 "authors": [
7 "The Polymer Authors"
8 ],
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/webcomponents/webcomponentsjs.git"
12 },
13 "keywords": [
14 "webcomponents",
15 "web-components",
16 "polyfill",
17 "shim"
18 ],
19 "license": "BSD-3-Clause",
20 "ignore": [],
21 "devDependencies": {
22 "web-component-tester": "^v6.0.0-prerelease.10",
23 "custom-elements": "webcomponents/custom-elements#^v1.0.0",
24 "es6-promise": "stefanpenner/es6-promise#^4.0.0",
25 "html-imports": "webcomponents/html-imports#^v1.0.0",
26 "shadydom": "webcomponents/shadydom#^v1.0.0",
27 "shadycss": "webcomponents/shadycss#^v1.0.0",
28 "template": "webcomponents/template#^v1.0.0",
29 "webcomponents-platform": "webcomponents/webcomponents-platform#^v1.0.0"
30 }
31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698