dart-sass/pubspec.yaml

18 lines
331 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-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-05-20 15:05:38 -07:00
string_scanner: "^0.1.4"
dev_dependencies:
test: "^0.12.0"