This repository was archived by the owner on Dec 19, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpubspec.yaml
57 lines (57 loc) · 1.89 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
name: core_elements
version: 0.7.1+8
author: Polymer.dart Authors <[email protected]>
description: Polymer core-elements for Dart
homepage: https://www.dartlang.org/polymer/
dependencies:
observable: "^0.14.0"
observe: "^0.14.0"
polymer: ">=0.16.4+4 <0.17.0"
polymer_interop: ">=0.1.0+2 <0.2.0"
quiver: ">=0.17.0 <0.22.0"
web_components: ">=0.9.0 <0.13.0"
dev_dependencies:
custom_element_apigen: ">=0.1.7+2 <0.2.0"
html5lib: ">=0.11.0 <0.13.0"
path: ">=1.0.0 <2.0.0"
yaml: ">=1.0.0 <3.0.0"
unittest: ">=0.11.0+2 <0.12.0"
matcher: ">=0.10.1+1 <0.12.0"
environment:
sdk: '>=1.8.0 <2.0.0'
transformers:
- polymer:
lint:
exclude:
- lib/src/
entry_points:
# - test/core_ajax_dart_test.html
# - test/core_ajax_dart_progress_test.html
# - test/core_animated_pages_test.html
# - test/core_collapse_test.html
# - test/core_dropdown_test.html
# - test/core_dropdown_menu_test.html
# - test/core_dropdown_menu_a11y_test.html
# - test/core_input_test.html
# - test/core_input_basic_test.html
# - test/core_input_a11y_test.html
# - test/core_list_dart_basic_test.html
# - test/core_localstorage_dart_test.html
# - test/core_localstorage_dart_raw_test.html
# - test/core_localstorage_dart_value_binding_test.html
# - test/core_media_query_test.html
# - test/core_media_query_dialog_test.html
# - test/core_menu_button_test.html
# - test/core_overlay_positioning_test.html
# - test/core_range_test.html
# - test/core_selection_test.html
# - test/core_selection_multi_test.html
# - test/core_selection_multi_test.html
# - test/core_selector_activate_event_test.html
# - test/core_selector_basic_test.html
# - test/core_selector_content_test.html
# - test/core_selector_multi_test.html
# - test/core_shared_lib_test.html
# - test/core_toolbar_test.html
- $dart2js:
$include: "**/*.polymer.bootstrap.dart"