forked from MikeMitterer/dart-material-design-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
47 lines (33 loc) · 773 Bytes
/
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
name: mdl
description: Material Design Lite for Dart
version: 1.17.6
author: Mike Mitterer <office@mikemitterer.at>
homepage: http://www.material-design-lite.pub
environment:
sdk: ">=1.8.0 <2.0.0"
dependencies:
browser: ^0.10.0
intl: ^0.14.0
validate: ^1.0.0
browser_detect: ^1.0.0
logging: ^0.11.0
logging_handlers: ^0.8.0
console_log_handler: ^0.2.0
# path: /Volumes/Daten/DevLocal/DevDart/ConsoleLogHandler
route_hierarchical: ^0.7.0
mustache: ^0.2.0
#git: git://github.com/xxgreg/mustache
dnd: ^0.3.0
di: ^3.3.0
barback: ^0.15.0
dev_dependencies:
test: any
args: any
material_icons: any
path: any
grinder: any
transformers:
- di
- mdl
- $dart2js:
commandLineOptions: [--enable-experimental-mirrors]