dart-sass/package/package.json

27 lines
682 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": ">=12.0.0"
2016-10-15 02:33:51 +02:00
},
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0",
"source-map-js": ">=0.6.2 <2.0.0"
},
"keywords": ["style", "scss", "sass", "preprocessor", "css"],
"types": "types/index.d.ts"
2016-10-15 02:33:51 +02:00
}