2014-09-19 19:38:37 -04:00
|
|
|
name: examples
|
|
|
|
environment:
|
|
|
|
sdk: '>=1.4.0'
|
|
|
|
dependencies:
|
2015-02-05 16:08:05 -05:00
|
|
|
angular2:
|
|
|
|
path: ../angular2
|
2014-11-07 17:30:04 -05:00
|
|
|
browser: '>=0.10.0 <0.11.0'
|
2014-09-19 19:38:37 -04:00
|
|
|
dev_dependencies:
|
2014-11-07 17:30:04 -05:00
|
|
|
guinness: ">=0.1.16 <0.2.0"
|
2014-12-02 22:14:48 -05:00
|
|
|
transformers:
|
|
|
|
- $dart2js:
|
|
|
|
minify: true
|
2014-12-11 16:58:26 -05:00
|
|
|
commandLineOptions: [--trust-type-annotations, --trust-primitives, --dump-info]
|
|
|
|
#commandLineOptions: [--trust-type-annotations, --dump-info]
|
2015-01-22 19:27:59 -05:00
|
|
|
#commandLineOptions: [--dump-info]
|