forked from dart-archive/stagehand
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
35 lines (30 loc) · 894 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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
# When changing this version, change the lib/src/cli_app.dart version as well.
version: 1.0.14
description: >
A scaffolding generator for your Dart projects. Stagehand helps you get set
up!
homepage: http://stagehand.pub
authors:
- Seth Ladd <[email protected]>
- Devon Carew <[email protected]>
- Kathy Walrath <[email protected]>
environment:
sdk: '>=1.13.0 <2.0.0'
# Add the bin/stagehand.dart script to the scripts pub installs.
executables:
stagehand:
dependencies:
args: '>=0.12.0+1 <0.14.0'
http: ^0.11.0
path: ^1.3.0
usage: ^1.0.0
dev_dependencies:
browser: ^0.10.0
ghpages_generator: ^0.3.0
grinder: ^0.8.0
test: ^0.12.0
yaml: ^2.1.2