pubspec.yaml 270 B

123456789101112
  1. name: DartStartBenchmark
  2. description: A benchmark of Dart Start, a Sinatra inspired web framework
  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. mustache: 0.1.8
  10. postgresql: 0.2.13
  11. start: 0.2.4
  12. yaml: 0.9.0