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
48 lines (48 loc) · 1.21 KB
/
Copy pathpubspec.yaml
File metadata and controls
48 lines (48 loc) · 1.21 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
43
44
45
46
47
48
name: angular2
version: 3.0.0-beta+1
author: Dart Team <web@dartlang.org>
description: Framework for modern web applications
homepage: https://webdev.dartlang.org/angular
documentation: https://webdev.dartlang.org/angular/api
environment:
sdk: '>=1.23.0-dev.7.0 <2.0.0'
dependencies:
analyzer: '>=0.29.10 <0.30.0'
barback: ^0.15.2+2
build: ^0.7.3
collection: '^1.12.0'
csslib: ^0.13.4
dart_style: '>=0.1.8 <2.0.0'
func: ^0.1.0
glob: ^1.0.0
html: '>=0.12.0 <0.14.0'
intl: '>=0.13.0 <0.16.0'
js: ^0.6.0
logging: '>=0.9.0 <0.12.0'
meta: ^1.0.3
path: ^1.0.0
protobuf: ^0.5.1
source_span: ^1.0.0
stack_trace: ^1.6.5
dev_dependencies:
angular_test: '^1.0.0-beta'
args: ^0.13.6
build_runner: ^0.3.0
build_test: ^0.4.0+1
code_builder: '^1.0.0-beta+4'
mockito: '>=0.11.0 <3.0.0'
source_gen: ^0.5.4
quiver: '>=0.21.4 <0.26.0'
test: ^0.12.6
transformer_test: ^0.2.0
transformers:
- test/pub_serve:
$include: test/**_test.dart
- angular2/transform/codegen
- angular2/transform/reflection_remover:
$include:
- test/testing/ng_test_bed_test.dart
- test/security/safe_inner_html_test.dart
- $dart2js:
commandLineOptions:
- '--show-package-warnings'