mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
83c8c1a9b7
It doesn't really do anything yet.
22 lines
423 B
YAML
22 lines
423 B
YAML
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:
|
|
args: "^0.13.0"
|
|
charcode: "^1.1.0"
|
|
collection: "^1.1.0"
|
|
path: "^1.0.0"
|
|
source_span: "^1.0.0"
|
|
string_scanner: ">=0.1.5 <2.0.0"
|
|
|
|
dev_dependencies:
|
|
test: "^0.12.0"
|
|
grinder: "^0.8.0"
|
|
dart_style: "^0.2.9"
|