forked from dart-lang/dart-pad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
38 lines (38 loc) · 972 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
36
37
38
name: dart_pad
version: 0.0.1
author: Dart Team <[email protected]>
description: The UI client for a web based interactive Dart service.
homepage: https://github.com/dart-lang/dart-pad
environment:
sdk: '>=1.0.0 <2.0.0'
dependencies:
_discoveryapis_commons: '>=0.1.0 <0.2.0'
ace: '>=0.5.10 <0.6.0'
codemirror: ^0.3.2
comid: 0.0.4+5.2.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.8.0 <0.9.0'
route_hierarchical: '>=0.6.0 <0.6.2'
dev_dependencies:
dart_to_js_script_rewriter: any
git: any
grinder: ^0.7.0
http_server: ^0.9.0
librato: '>=0.0.1 <0.1.0'
test: ^0.12.0
webdriver: 0.10.0-pre.10
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