OLD | NEW |
1 Name: Polymer | 1 Name: Polymer |
2 Short Name: polymer | 2 Short Name: polymer |
3 URL: http://www.polymer-project.org | 3 URL: http://www.polymer-project.org |
4 Version: 0.5.2-4 | 4 Version: 0.5.2-4 |
5 Revision: (See components/<component>/.bower.json) | 5 Revision: (See components/<component>/.bower.json) |
6 License: BSD | 6 License: BSD |
7 License File: LICENSE.polymer | 7 License File: LICENSE.polymer |
8 Security Critical: no | 8 Security Critical: no |
9 | 9 |
10 Description: | 10 Description: |
11 This directory contains a copy of the following components which are a part of | 11 This directory contains a copy of the following components which are a part of |
12 the Polymer project: | 12 the Polymer project: |
13 -polymer | 13 -polymer |
14 -all core elements and their dependencies (except "core-animation", "core-docs", | 14 -all core elements and their dependencies (except "core-docs", |
15 "core-component-page", and "core-doc-viewer") | 15 "core-component-page", and "core-doc-viewer") |
16 -all paper elements and their dependencies (except "paper-dropdown", | 16 -all paper elements and their dependencies (except "paper-menu-button") |
17 "paper-dropdown-menu", and "paper-menu-button") | |
18 See bower.json for a full list of components. | 17 See bower.json for a full list of components. |
19 | 18 |
20 The version can be found in header of polymer/polymer.js. The license can | 19 The version can be found in header of polymer/polymer.js. The license can |
21 be found in polymer/LICENSE. | 20 be found in polymer/LICENSE. |
22 | 21 |
23 The source git repositories can be found at: | 22 The source git repositories can be found at: |
24 https://github.com/Polymer/<component> | 23 https://github.com/Polymer/<component> |
25 | 24 |
26 Polymer is comprised of two efforts: | 25 Polymer is comprised of two efforts: |
27 1. A set of core platform features (Shadow DOM, Custom Elements, MDV). | 26 1. A set of core platform features (Shadow DOM, Custom Elements, MDV). |
(...skipping 16 matching lines...) Expand all Loading... |
44 | 43 |
45 Note on Bower: | 44 Note on Bower: |
46 The directory can be updated by running "bower update". A new component can be | 45 The directory can be updated by running "bower update". A new component can be |
47 installed by running "bower install -S Polymer/<component>#version". Be sure to | 46 installed by running "bower install -S Polymer/<component>#version". Be sure to |
48 add the .bower.json file to the repository as it includes the revision | 47 add the .bower.json file to the repository as it includes the revision |
49 information of the polymer component. | 48 information of the polymer component. |
50 Also be sure that you listed all the added packages and **all their | 49 Also be sure that you listed all the added packages and **all their |
51 dependencies** in bower.json, and specified **exact** versions of every package | 50 dependencies** in bower.json, and specified **exact** versions of every package |
52 explicitly. That is needed because Bower can't handle recursive dependencies | 51 explicitly. That is needed because Bower can't handle recursive dependencies |
53 correctly (see http://stackoverflow.com/q/25899532). | 52 correctly (see http://stackoverflow.com/q/25899532). |
OLD | NEW |