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

Unified Diff: appengine/config_service/ui/bower_components/polymer/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/polymer/package.json
diff --git a/appengine/config_service/ui/bower_components/polymer/package.json b/appengine/config_service/ui/bower_components/polymer/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..fa5339f25cab54dba748961474849801baa36827
--- /dev/null
+++ b/appengine/config_service/ui/bower_components/polymer/package.json
@@ -0,0 +1,49 @@
+{
+ "name": "@polymer/polymer",
+ "version": "2.0.1",
+ "description": "The Polymer library makes it easy to create your own web components. Give your element some markup and properties, and then use it on a site. Polymer provides features like dynamic templates and data binding to reduce the amount of boilerplate you need to write",
+ "main": "polymer.html",
+ "directories": {
+ "doc": "docs",
+ "test": "test"
+ },
+ "devDependencies": {
+ "@webcomponents/shadycss": "^1.0.0",
+ "@webcomponents/webcomponentsjs": "^1.0.0",
+ "babel-preset-babili": "0.0.12",
+ "del": "^2.2.1",
+ "dom5": "^1.3.1",
+ "eslint-plugin-html": "^2.0.1",
+ "google-closure-compiler": "^20170409.0.0",
+ "gulp": "^3.9.1",
+ "gulp-babel": "^6.1.2",
+ "gulp-eslint": "^3.0.1",
+ "gulp-if": "^2.0.1",
+ "gulp-size": "^2.1.0",
+ "gulp-vulcanize": "^6.0.1",
+ "lazypipe": "^1.0.1",
+ "merge-stream": "^1.0.1",
+ "polymer-build": "^1.1.0",
+ "run-sequence": "^1.1.0",
+ "through2": "^2.0.0",
+ "web-component-tester": "^6.0.0-prerelease.4"
+ },
+ "scripts": {
+ "build": "gulp",
+ "test": "gulp lint && wct",
+ "test-build": "gulp switch && wct && gulp restore"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/Polymer/polymer.git"
+ },
+ "author": "The Polymer Project Authors",
+ "license": "BSD-3-Clause",
+ "bugs": {
+ "url": "https://github.com/Polymer/polymer/issues"
+ },
+ "homepage": "https://github.com/Polymer/polymer",
+ "publishConfig": {
+ "access": "public"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698