forked from angulardart/angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
31 lines (31 loc) · 735 Bytes
/
pubspec.yaml
File metadata and controls
31 lines (31 loc) · 735 Bytes
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
name: angular2
version: 2.0.0-beta.18
author: Angular Dart Team <angular2@dartlang.org>
description: Framework for modern web applications
homepage: 'https://github.com/dart-lang/angular2'
environment:
sdk: '>=1.10.0 <2.0.0'
dependencies:
analyzer: '>=0.24.4 <0.28.0'
barback: ^0.15.2+2
build: ^0.3.0
dart_style: '>=0.1.8 <0.3.0'
glob: ^1.0.0
html: ^0.12.0
intl: ^0.13.0
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
dev_dependencies:
mockito: '>=0.11.0'
quiver: ^0.21.4
test: ^0.12.6
transformer_test: ^0.2.0
transformers:
- angular2/transform/codegen
- $dart2js:
commandLineOptions:
- '--show-package-warnings'