dart-sass/package/package.json

24 lines
584 B
JSON
Raw Normal View History

2016-10-15 02:33:51 +02:00
{
"name": "sass",
2018-02-03 01:37:06 +01:00
"description": "A pure JavaScript implementation of Sass.",
2016-10-15 02:33:51 +02:00
"license": "MIT",
"bugs": "https://github.com/sass/dart-sass/issues",
"homepage": "https://github.com/sass/dart-sass",
"repository": {
"type": "git",
"url": "https://github.com/sass/dart-sass"
},
"author": {
"name": "Natalie Weizenbaum",
"email": "nweiz@google.com",
2017-06-07 00:07:12 +02:00
"url": "https://github.com/nex3"
2016-10-15 02:33:51 +02:00
},
"engines": {
"node": ">=8.9.0"
2016-10-15 02:33:51 +02:00
},
"dependencies": {
2021-04-09 22:19:35 +02:00
"chokidar": ">=3.0.0 <4.0.0"
},
2016-10-15 02:33:51 +02:00
"keywords": ["style", "scss", "sass", "preprocessor", "css"]
}