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