dart-sass/pubspec.yaml

49 lines
1.0 KiB
YAML
Raw Normal View History

2016-05-21 00:05:38 +02:00
name: sass
version: 1.22.9
2016-05-21 00:05:38 +02:00
description: A Sass implementation in Dart.
author: Dart Team <misc@dartlang.org>
2016-11-01 00:14:36 +01:00
homepage: https://github.com/sass/dart-sass
2016-05-21 00:05:38 +02:00
2016-10-15 02:40:31 +02:00
executables:
dart-sass: sass
sass: sass
2016-10-15 02:40:31 +02:00
2016-05-21 00:05:38 +02:00
environment:
sdk: '>=2.4.0 <3.0.0'
2016-05-21 00:05:38 +02:00
dependencies:
2018-03-29 23:16:14 +02:00
args: ">=1.4.0 <2.0.0"
async: ">=1.10.0 <3.0.0"
2016-05-24 03:01:15 +02:00
charcode: "^1.1.0"
cli_repl: ">=0.1.3 <0.3.0"
2017-01-16 00:30:52 +01:00
collection: "^1.8.0"
meta: "^1.1.7"
package_resolver: "^1.0.0"
path: "^1.6.0"
source_maps: "^0.10.5"
source_span: "^1.4.0"
stack_trace: ">=0.9.0 <2.0.0"
2018-06-14 00:27:21 +02:00
stream_transform: "^0.0.1"
string_scanner: ">=0.1.5 <2.0.0"
term_glyph: "^1.0.0"
2016-09-20 23:04:34 +02:00
tuple: "^1.0.0"
watcher: "^0.9.6"
2016-05-21 00:05:38 +02:00
dev_dependencies:
archive: ">=1.0.0 <3.0.0"
2019-06-26 23:53:37 +02:00
analyzer: ">=0.36.4 <0.37.0"
crypto: ">=0.9.2 <3.0.0"
dart_style: "^1.2.0"
2016-10-05 10:04:51 +02:00
grinder: "^0.8.0"
2019-05-09 02:38:31 +02:00
http: ">=0.11.0 <0.13.0"
2016-10-05 10:04:51 +02:00
js: "^0.6.0"
2016-12-03 00:13:32 +01:00
node_preamble: "^1.1.0"
pub_semver: "^1.0.0"
source_span: "^1.5.2"
2019-05-09 02:38:31 +02:00
stream_channel: ">=1.0.0 <3.0.0"
test_descriptor: "^1.1.0"
2017-05-25 23:23:48 +02:00
test_process: "^1.0.0-rc.1"
test: ">=0.12.42 <2.0.0"
xml: ">=2.4.0 <4.0.0"
2016-10-08 00:46:58 +02:00
yaml: "^2.0.0"