forked from dart-archive/angular.dart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
36 lines (36 loc) · 1.02 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: angular
version: '1.1.1'
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]>
- Rado Kirov <[email protected]>
description: Angular for dart.
homepage: https://angulardart.org
environment:
sdk: '>=1.4.0'
dependencies:
analyzer: '>=0.22.0 <0.25.0'
args: '>=0.12.0 <0.13.0'
barback: '>=0.13.0 <0.17.0'
browser: '>=0.10.0 <0.11.0'
code_transformers: '>=0.2.3 <0.3.0'
collection: '>=0.9.1 <1.0.0'
di: '>=3.3.3 <4.0.0'
html5lib: '>=0.12.0 <0.13.0'
intl: '>=0.8.7 <0.12.0'
observe: '>=0.12.0 <0.14.0'
perf_api: '>=0.0.9 <0.1.0'
route_hierarchical: '>=0.6.1 <0.7.0'
dev_dependencies:
benchmark_harness: '>=1.0.0 <2.0.0'
guinness: '>=0.1.9 <0.2.0'
mock: '>=0.10.0 <0.12.0'
protractor: '0.0.5'
unittest: '>=0.10.1 <0.12.0'
web_components: '>=0.3.3 <0.4.0'
browser_detect: '>=1.0.3 <2.0.0'