This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
42 lines (37 sloc)
1.18 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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: 4.0.1 | |
homepage: https://github.com/dart-lang/stagehand | |
environment: | |
# Make sure this Dart SDK version is no higher than the stable Flutter Dart | |
# SDK version to prevent errors when using Stagehand from inside VSCode's | |
# Dart and Flutter plugins. For more detail, please see: | |
# https://github.com/dart-lang/stagehand/issues/617 | |
# | |
# Also make sure this minimum sdk version is reflected in `.travis.yml`. | |
sdk: ">=2.12.0 <3.0.0" | |
# Add the bin/stagehand.dart script to the scripts pub installs. | |
executables: | |
stagehand: | |
dependencies: | |
args: ^2.0.0 | |
http: ^0.13.0 | |
path: ^1.8.0 | |
pedantic: ^1.10.0 | |
usage: ^4.0.0 | |
dev_dependencies: | |
build: ^2.0.0 | |
build_config: ^0.4.0 | |
build_runner: ^1.12.0 | |
build_version: ^2.0.0 | |
glob: ^2.0.0 | |
grinder: ^0.9.0 | |
source_gen: ^1.0.0 | |
test: ^1.16.0 | |
yaml: ^3.1.0 |