pubspec.yaml 284 B

123456789101112
  1. name: DartStreamBenchmark
  2. description: A benchmark for Stream, a lightweight Dart web server
  3. environment:
  4. sdk: ">=1.3.0 <2.0.0"
  5. dependencies:
  6. args: 0.11.0+1
  7. crypto: 0.9.0
  8. mongo_dart: 0.1.39
  9. postgresql: 0.2.13
  10. rikulo_commons: ">=1.0.0 <2.0.0"
  11. stream: 1.2.0
  12. yaml: 0.9.0