1name: frontend_server 2version: 0.1.1-dev 3description: Communication pipe to Dart Frontend 4homepage: http://flutter.io 5author: Flutter Authors <flutter-dev@googlegroups.com> 6 7dependencies: 8 args: any 9 async: any 10 charcode: any 11 collection: any 12 convert: any 13 crypto: any 14 front_end: any 15 kernel: any 16 logging: any 17 meta: any 18 quiver: any 19 package_config: any 20 path: any 21 source_span: any 22 typed_data: any 23 usage: any 24 vm: any 25 26dev_dependencies: 27 analyzer: any 28 boolean_selector: any 29 cli_util: any 30 csslib: any 31 glob: any 32 html: any 33 http: any 34 http_multi_server: any 35 http_parser: any 36 matcher: any 37 mime: any 38 mockito: any 39 package_resolver: any 40 plugin: any 41 pool: any 42 pub_semver: any 43 shelf: any 44 shelf_packages_handler: any 45 shelf_static: any 46 shelf_web_socket: any 47 source_map_stack_trace: any 48 source_maps: any 49 stack_trace: any 50 stream_channel: any 51 string_scanner: any 52 test: any 53 utf: any 54 watcher: any 55 web_socket_channel: any 56 when: any 57 yaml: any 58