-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
31 lines (28 loc) · 866 Bytes
/
pubspec.yaml
File metadata and controls
31 lines (28 loc) · 866 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
name: angular2_spotify
description: Simple Angular2 project to play around with the Spotify API
version: 1.2.0
author: Mike Zrimsek
environment:
sdk: '>=1.20.0 <2.0.0'
dependencies:
angular2: ^2.2.0
http: ^0.11.0
stream_transformers: ^0.3.0
dev_dependencies:
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
- angular2:
platform_directives:
- 'package:angular2/common.dart#COMMON_DIRECTIVES'
- 'package:angular2/common.dart#FORM_DIRECTIVES'
platform_pipes:
- 'package:angular2/common.dart#COMMON_PIPES'
entry_points: web/main.dart
resolved_identifiers:
BrowserClient: 'package:http/browser_client.dart'
Client: 'package:http/http.dart'
- $dart2js:
minify: true
commandLineOptions: [--show-package-warnings, --dump-info, --enable-experimental-mirrors]
- dart_to_js_script_rewriter