| # Copyright (c) 2014, Google Inc. Please see the AUTHORS file for details. |
| # All rights reserved. Use of this source code is governed by a BSD-style |
| # license that can be found in the LICENSE file. |
| |
| name: stagehand |
| description: > |
| A scaffolding generator for your Dart projects. Stagehand helps you get set |
| up! |
| # After changing the version, run `pub run build_runner build`. |
| version: 3.1.2 |
| homepage: https://github.com/dart-lang/stagehand |
| author: Dart Team <misc@dartlang.org> |
| |
| environment: |
| sdk: '>=2.0.0 <3.0.0' |
| |
| # Add the bin/stagehand.dart script to the scripts pub installs. |
| executables: |
| stagehand: |
| |
| dependencies: |
| args: ^1.0.0 |
| http: ^0.11.0 |
| path: ^1.3.0 |
| usage: ^3.0.0 |
| |
| dev_dependencies: |
| build: ^0.12.6 |
| build_config: ^0.3.0 |
| build_runner: ^0.10.0 |
| glob: ^1.1.5 |
| grinder: ^0.8.0 |
| source_gen: ^0.8.1+1 |
| test: ^1.0.0 |
| yaml: ^2.1.2 |