• Home
  • History
  • Annotate
  • only in /external/chromium_org/third_party/polymer_legacy/
NameDateSize

..12-Mar-20154 KiB

.bowerrc12-Mar-201525

bower.json12-Mar-2015109

LICENSE12-Mar-20151.5 KiB

OWNERS12-Mar-201558

platform/12-Mar-20154 KiB

polymer/12-Mar-20154 KiB

README.chromium12-Mar-20151.1 KiB

README.chromium

1Name: Polymer
2Short Name: polymer
3URL: http://www.polymer-project.org
4Version: 0.2.2
5Revision: (See <component>/.bower.json)
6License: BSD
7License File: LICENSE
8Security Critical: no
9
10Description:
11This directory contains a copy of the following components which are a part of
12the Polymer project:
13-polymer
14-platform
15
16The directory can be updated by running "bower update". A now component can be
17installed by running "bower install Polymer/<component>". Be sure to add the
18.bower.json file to the repository as it includes the revision information of
19the polymer component.
20
21The version can be found in header of polymer/polymer.js. The license can
22be found in polymer/LICENSE.
23
24The source git repositories can be found at:
25https://github.com/Polymer/<component>
26
27Polymer is comprised of two efforts:
281. A set of core platform features (Shadow DOM, Custom Elements, MDV).
29Initially, these core features will be enabled with a set of polyfills. As
30browsers begin to implement these new primitives, the polyfill platform layer
31becomes smaller and better over time.
322. A next-generation web application framework built upon these core
33technologies called the Polymer.
34