OLD | NEW |
1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 name: usage | 5 name: usage |
6 version: 1.0.0+1 | 6 version: 1.0.0+1 |
7 description: A Google Analytics wrapper for both command-line and web apps. | 7 description: A Google Analytics wrapper for both command-line and web apps. |
8 homepage: https://github.com/dart-lang/usage | 8 homepage: https://github.com/dart-lang/usage |
9 author: Dart Team <misc@dartlang.org> | 9 author: Dart Team <misc@dartlang.org> |
10 | 10 |
11 environment: | 11 environment: |
12 sdk: '>=1.0.0 <2.0.0' | 12 sdk: '>=1.0.0 <2.0.0' |
13 | 13 |
14 dev_dependencies: | 14 dev_dependencies: |
15 browser: any | 15 browser: any |
16 grinder: '>=0.6.6+3 <0.7.0' | 16 grinder: '>=0.6.6+3 <0.7.0' |
17 unittest: any | 17 unittest: any |
OLD | NEW |