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

Unified Diff: appengine/config_service/ui/bower_components/webcomponentsjs/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 side-by-side diff with in-line comments
Download patch
Index: appengine/config_service/ui/bower_components/webcomponentsjs/package.json
diff --git a/appengine/config_service/ui/bower_components/webcomponentsjs/package.json b/appengine/config_service/ui/bower_components/webcomponentsjs/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..a9174b498281d46f458366b7dcd33133f7453488
--- /dev/null
+++ b/appengine/config_service/ui/bower_components/webcomponentsjs/package.json
@@ -0,0 +1,55 @@
+{
+ "name": "@webcomponents/webcomponentsjs",
+ "version": "1.0.1",
+ "description": "Web Components Polyfills",
+ "main": "webcomponents-lite.js",
+ "directories": {
+ "test": "tests"
+ },
+ "keywords": [
+ "webcomponents",
+ "web-components",
+ "polyfill",
+ "shim"
+ ],
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/webcomponents/webcomponentsjs.git"
+ },
+ "author": "The Polymer Authors",
+ "license": "BSD-3-Clause",
+ "bugs": {
+ "url": "https://github.com/webcomponents/webcomponentsjs/issues"
+ },
+ "scripts": {
+ "build": "gulp",
+ "test": "wct"
+ },
+ "homepage": "https://webcomponents.org/polyfills",
+ "devDependencies": {
+ "@webcomponents/custom-elements": "^1.0.0",
+ "@webcomponents/html-imports": "^1.0.0",
+ "@webcomponents/shadycss": "^1.0.0",
+ "@webcomponents/shadydom": "^1.0.0",
+ "@webcomponents/template": "^1.0.0",
+ "@webcomponents/webcomponents-platform": "^1.0.0",
+ "babel-preset-babili": "0.0.12",
+ "bower": "^1.8.0",
+ "del": "^2.2.2",
+ "es6-promise": "^4.1.0",
+ "eslint": "^3.16.1",
+ "google-closure-compiler": "^20170409.0.0",
+ "gulp": "^3.8.8",
+ "gulp-rename": "^1.2.2",
+ "gulp-sourcemaps": "^2.4.1",
+ "rollup-plugin-babel": "^2.7.1",
+ "rollup-stream": "^1.14.0",
+ "run-sequence": "^1.2.2",
+ "vinyl-buffer": "^1.0.0",
+ "vinyl-source-stream": "^1.1.0",
+ "web-component-tester": "^6.0.0-prerelease.5"
+ },
+ "publishConfig": {
+ "access": "public"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698