1Name: Polymer 2URL: http://www.polymer-project.org 3Version: 0.0.20131107 4Revision: c5b3ef18879843d41302a9722884dfc60963b492 5License: BSD 6License File: LICENSE 7Security Critical: no 8 9Description: 10This directory contains a copy of polymer.min.js file. It is a minified version 11of javascript library Polymer. Polymer is comprised of two efforts: 121. A set of core platform features (Shadow DOM, Custom Elements, MDV). 13Initially, these core features will be enabled with a set of polyfills. As 14browsers begin to implement these new primitives, the polyfill platform layer 15becomes smaller and better over time. 162. A next-generation web application framework built upon these core 17technologies called the Polymer. 18 19This is downloaded from polymer stable release 20(https://github.com/Polymer/polymer/releases). See build.log and README.md for 21how the minified file is generated. 22