forked from dart-archive/angular.dart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
32 lines (32 loc) · 914 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
name: angular
version: 0.12.0
authors:
- Misko Hevery <[email protected]>
- Pavel Jbanov <[email protected]>
- James deBoer <[email protected]>
- Chirayu Krishnappa <[email protected]>
- Matias Niemela <[email protected]>
- Paul Rohde <[email protected]>
- Victor Berchet <[email protected]>
description: Angular for dart.
homepage: https://angulardart.org
environment:
sdk: '>=1.4.0'
dependencies:
args: '>=0.10.0 < 0.11.0'
analyzer: '>=0.13.0 <0.14.0'
barback: '>=0.11.1 <0.14.0'
browser: '>=0.10.0 <0.11.0'
code_transformers: '>=0.1.3 <0.2.0'
collection: '>=0.9.1 <1.0.0'
di: '>=1.0.0 <2.0.0'
html5lib: '>=0.10.0 <0.11.0'
intl: '>=0.8.7 <0.10.0'
perf_api: '>=0.0.8 <0.1.0'
route_hierarchical: '>=0.4.21 <0.5.0'
web_components: '>=0.3.3 <0.4.0'
dev_dependencies:
benchmark_harness: '>=1.0.0'
unittest: '>=0.10.1 <0.12.0'
mock: '>=0.10.0 <0.12.0'
guinness: '>=0.1.3 <0.2.0'