Skip to content
Snippets Groups Projects
pubspec.yaml 919 B
Newer Older
# 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.

Seth Ladd's avatar
Seth Ladd committed
name: stagehand
Devon Carew's avatar
Devon Carew committed
# When changing this version, change the lib/src/cli_app.dart version as well.
Kevin Moore's avatar
Kevin Moore committed
version: 0.2.4-dev
description: >
  A scaffolding generator for your Dart projects. Stagehand helps you get set
  up!
Seth Ladd's avatar
Seth Ladd committed
homepage: http://stagehand.pub
Seth Ladd's avatar
Seth Ladd committed
authors:
Seth Ladd's avatar
Seth Ladd committed
- Seth Ladd <sethladd@google.com>
- Devon Carew <devoncarew@google.com>
environment:
  sdk: '>=1.9.0 <2.0.0'

Devon Carew's avatar
Devon Carew committed
# Add the bin/stagehand.dart script to the scripts pub installs.
executables:
  stagehand:

Devon Carew's avatar
Devon Carew committed
dependencies:
Devon Carew's avatar
Devon Carew committed
  args: '>=0.12.0+1 <0.14.0'
Devon Carew's avatar
Devon Carew committed
  crypto: '>=0.9.0 <0.10.0'
  http: '>=0.11.0 <0.12.0'
  path: '>=1.3.0 <2.0.0'
Devon Carew's avatar
Devon Carew committed
  usage: '>=1.0.0 <2.0.0'
Devon Carew's avatar
Devon Carew committed
dev_dependencies:
Devon Carew's avatar
Devon Carew committed
  browser: ^0.10.0
  ghpages_generator: ^0.2.4
Devon Carew's avatar
Devon Carew committed
  grinder: ^0.7.1
Kevin Moore's avatar
Kevin Moore committed
  test: ^0.12.0