forked from dart-archive/polymer-dart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
89 lines (86 loc) · 2.83 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
name: polymer
version: 0.16.3+3
author: Polymer.dart Authors <[email protected]>
description: >
Polymer.dart is a new type of library for the web, built on top of Web
Components, and designed to leverage the evolving web platform on modern
browsers.
homepage: https://www.dartlang.org/polymer-dart/
dependencies:
analyzer: '>=0.15.6'
args: '>=0.11.0'
barback: '>=0.14.2'
browser: '>=0.10.0'
code_transformers: '>=0.2.7'
html: '>=0.12.0'
initialize: '>=0.5.1+3'
logging: '>=0.9.2'
path: '>=0.9.0'
polymer_expressions:
git: https://github.com/blckur/polymer-expressions.git
polymer_interop:
git: https://github.com/blckur/polymer_interop.git
smoke: '>=0.2.0'
source_maps: '>=0.9.4'
source_span: '>=1.0.0'
template_binding:
git: https://github.com/blckur/template-binding.git
web_components: '>=0.11.3'
yaml: '>=0.9.0'
# Because polymer exports observe, it needs to keep its version constraint
# tight to ensure that a constraint on polymer properly constraints all
# features it provides.
observe: '>=0.13.1'
dev_dependencies:
unittest: '>=0.10.0'
markdown: '>=0.7.0'
transformers:
- code_transformers/src/delete_file:
$include:
- lib/src/build/log_injector.css
- observe:
files: lib/src/instance.dart
$include: lib/src/instance.dart
- polymer:
entry_points:
- test/attr_deserialize_test.html
- test/attr_mustache_test.html
- test/auto_binding_test.html
- test/bind_mdv_test.html
- test/bind_properties_test.html
- test/bind_test.html
- test/computed_properties_test.html
- test/custom_event_test.html
- test/entered_view_test.html
- test/event_binding_release_handler_test.html
- test/event_controller_test.html
- test/event_handlers_test.html
- test/event_path_declarative_test.html
- test/event_path_test.html
- test/events_test.html
- test/force_ready_test.html
- test/import_test.html
- test/inject_bound_html_test.html
- test/instance_attrs_test.html
- test/js_custom_event_test.html
- test/js_interop_test.html
- test/layout_test.html
- test/nested_binding_test.html
- test/noscript_test.html
- test/prop_attr_bind_reflection_test.html
- test/prop_attr_reflection_test.html
- test/property_change_test.html
- test/property_observe_test.html
- test/publish_attributes_test.html
- test/publish_inherited_properties_test.html
- test/register_test.html
- test/sort_registration_test.html
- test/take_attributes_test.html
- test/template_attr_template_test.html
- test/template_distribute_dynamic_test.html
- test/two_way_bind_test.html
- test/unbind_test.html
- test/web_components_less_test.html
- test/when_polymer_ready_test.html
environment:
sdk: '>=1.4.0 <2.0.0'