forked from dart-archive/core-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
57 lines (57 loc) · 1.84 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+3
author: Polymer.dart Authors <web-ui-dev@dartlang.org>
description: Polymer core-elements for Dart
homepage: https://www.dartlang.org/polymer/
dependencies:
polymer:
git: https://github.com/blckur/polymer-dart.git
polymer_interop:
git: https://github.com/blckur/polymer_interop.git
quiver: ">=0.17.0"
web_components: ">=0.9.0"
dev_dependencies:
custom_element_apigen: ">=0.1.7"
html5lib: ">=0.11.0"
path: ">=1.0.0"
yaml: ">=1.0.0"
unittest: ">=0.11.0+2"
matcher: ">=0.10.1+1"
environment:
sdk: '>=1.6.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"