mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
18 lines
331 B
YAML
18 lines
331 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:
|
|
charcode: "^1.1.0"
|
|
path: "^1.0.0"
|
|
source_span: "^1.0.0"
|
|
string_scanner: "^0.1.4"
|
|
|
|
dev_dependencies:
|
|
test: "^0.12.0"
|