forked from angular/angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
42 lines (42 loc) · 1.11 KB
/
pubspec.yaml
File metadata and controls
42 lines (42 loc) · 1.11 KB
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
name: angular2
description: Angular 2 for Dart - a web framework for modern web apps
environment:
sdk: '>=1.10.0 <2.0.0'
dependencies:
analyzer: '>=0.24.4 <0.28.0'
barback: ^0.15.2+2
dart_style: '>=0.1.8 <0.3.0'
glob: ^1.0.0
html: ^0.12.0
intl: ^0.12.4
logging: '>=0.9.0 <0.12.0'
observe: ^0.13.1
path: ^1.0.0
protobuf: 0.5.1
source_span: ^1.0.0
stack_trace: ^1.1.1
build: '>=0.0.1'
dev_dependencies:
transformer_test: ^0.2.0
guinness: ^0.1.18
guinness2: 0.0.5
quiver: ^0.21.4
test: ^0.12.6
transformers:
- angular2/transform/codegen
- $dart2js:
commandLineOptions:
- '--show-package-warnings'
version: 2.0.0-beta.17
homepage: 'https://github.com/angular/angular'
authors:
- 'Alex Eagle <alexeagle@google.com>'
- 'Chirayu Krishnappa <chirayu@google.com>'
- 'Jeff Cross <crossj@google.com>'
- 'Matias Niemela <matsko@google.com>'
- 'Misko Hevery <misko@google.com>'
- 'Rado Kirov <radokirov@google.com>'
- 'Tobias Bosch <tbosch@google.com>'
- 'Victor Savkin <vsavkin@google.com>'
- 'Yegor Jbanov <yjbanov@google.com>'
- 'Jeremy Elbourn <jelbourn@google.com>'