2016-05-21 00:05:38 +02:00
|
|
|
name: sass
|
2016-10-08 00:28:14 +02:00
|
|
|
version: 1.0.0-dev
|
2016-05-21 00:05:38 +02:00
|
|
|
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-08-30 07:52:56 +02:00
|
|
|
args: "^0.13.0"
|
2016-05-24 03:01:15 +02:00
|
|
|
charcode: "^1.1.0"
|
2016-07-16 02:27:14 +02:00
|
|
|
collection: "^1.1.0"
|
2016-05-24 03:11:09 +02:00
|
|
|
path: "^1.0.0"
|
2016-05-24 03:01:15 +02:00
|
|
|
source_span: "^1.0.0"
|
2016-06-10 00:47:59 +02:00
|
|
|
string_scanner: ">=0.1.5 <2.0.0"
|
2016-09-20 23:04:34 +02:00
|
|
|
tuple: "^1.0.0"
|
2016-05-21 00:05:38 +02:00
|
|
|
|
|
|
|
dev_dependencies:
|
2016-08-29 00:04:48 +02:00
|
|
|
dart_style: "^0.2.9"
|
2016-10-05 10:04:51 +02:00
|
|
|
grinder: "^0.8.0"
|
|
|
|
js: "^0.6.0"
|
|
|
|
node_preamble: "^1.0.0"
|
|
|
|
test: "^0.12.0"
|
2016-10-08 00:46:58 +02:00
|
|
|
yaml: "^2.0.0"
|