-
Notifications
You must be signed in to change notification settings - Fork 7
/
pubspec.yaml
36 lines (36 loc) · 1.04 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
name: pixelate
version: 0.1.0
authors:
- Don Olmstead
- Ali Akbar
- Dan Ristic
description: A collection of polymer components for web application developers.
homepage: https://github.com/donny-dont/Pixelate
dependencies:
logging: any
polymer: ">=0.13.0+1 <0.14.0"
dev_dependencies:
mustache: any
path: any
pixelate_flat: 0.0.1
unittest: any
transformers:
- polymer:
entry_points:
- web/index.html
- web/components/accordion/index.html
- web/components/auto_complete/index.html
- web/components/button/index.html
- web/components/expander/index.html
- web/components/flex_panel/index.html
- web/components/grid_panel/index.html
- web/components/list_view/index.html
- web/components/progress_bar/index.html
- web/components/scroll_viewer/index.html
- web/components/tab/index.html
- web/components/tooltip/index.html
- web/components/tree_view/index.html
- web/getting_started/index.html
- example/graph_canvas/index.html
- example/list_view/index.html
- example/tree_view/index.html