pubspec.yaml 271 B

123456789101112
  1. name: DartStartBenchmark
  2. description: A benchmark of Dart Start, a Sinatra inspired web framework
  3. environment:
  4. sdk: ">=0.8.10+6 <2.0.0"
  5. dependencies:
  6. args: 0.9.0
  7. crypto: 0.9.0
  8. mongo_dart: 0.1.35
  9. mustache: 0.1.6
  10. postgresql: 0.2.12
  11. start: 0.1.1
  12. yaml: 0.9.0