forked from dart-lang/dart-pad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
35 lines (35 loc) · 878 Bytes
/
pubspec.yaml
File metadata and controls
35 lines (35 loc) · 878 Bytes
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
name: dart_pad
version: 0.0.1
author: Dart Team <misc@dartlang.org>
description: The UI client for a web based interactive Dart service.
homepage: https://github.com/dart-lang/dart-pad
environment:
sdk: '>=1.13.0 <2.0.0'
dependencies:
_discoveryapis_commons: '>=0.1.0 <0.2.0'
browser: ^0.10.0+2
codemirror: ^0.4.1
crypto: '>=0.9.0 <0.10.0'
haikunator: ^0.1.0
frappe: ^0.4.0
http: '>=0.11.1 <0.12.0'
logging: '>=0.9.0 <0.12.0'
markdown: ^0.9.0
route_hierarchical: 0.6.2
dev_dependencies:
dart_to_js_script_rewriter: any
git: any
grinder: ^0.8.0
librato: '>=0.0.1 <0.1.0'
test: ^0.12.0
which: ^0.1.0
yaml: any
transformers:
- dart_to_js_script_rewriter
- $dart2js:
commandLineOptions: [--enable-experimental-mirrors]
$exclude:
- test/all.dart
- test/sauce.dart
- test/web_integration.dart
- web/packages/csslib/css.dart