dart-sass/pubspec.yaml

21 lines
405 B
YAML
Raw Normal View History

2016-05-20 15:05:38 -07:00
name: sass
version: 0.0.0
description: A Sass implementation in Dart.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/sass
environment:
sdk: '>=1.8.0 <2.0.0'
dependencies:
2016-05-23 18:01:15 -07:00
charcode: "^1.1.0"
2016-07-15 17:27:14 -07:00
collection: "^1.1.0"
2016-05-23 18:11:09 -07:00
path: "^1.0.0"
2016-05-23 18:01:15 -07:00
source_span: "^1.0.0"
2016-06-09 15:47:59 -07:00
string_scanner: ">=0.1.5 <2.0.0"
2016-05-20 15:05:38 -07:00
dev_dependencies:
test: "^0.12.0"
2016-08-28 15:04:48 -07:00
grinder: "^0.8.0"
dart_style: "^0.2.9"