-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpubspec.yaml
32 lines (32 loc) · 1003 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
name: dart_to_js_script_rewriter
description: Replaces Dart script tags with JavaScript script tags,
speeding up initial loads and reducing 404s. Use when
ready to deploy.
authors:
- Seth Ladd <[email protected]>
- Workiva Client Platform Team <[email protected]>
- Dustin Lessard <[email protected]>
- Evan Weible <[email protected]>
- Jay Udey <[email protected]>
- Max Peterson <[email protected]>
- Trent Grover <[email protected]>
version: 1.0.3
homepage: https://github.com/Workiva/dart_to_js_script_rewriter
environment:
sdk: ">=1.12.0 <2.0.0"
dependencies:
barback: "^0.15.2+7"
html: ">=0.12.2+1 <0.14.0"
dev_dependencies:
browser: "^0.10.0+2"
coverage: "^0.7.2"
dart_dev: "^1.0.6"
dart_style: ">=0.1.8 <0.3.0"
dartdoc: ">=0.4.0 <0.10.0"
grinder: "^0.8.0+1"
mockito: any
test: "^0.12.6+2"
transformers:
- dart_to_js_script_rewriter
- test/pub_serve:
$include: test/**_test{.*,}.dart