dart-sass/package/package.json

23 lines
573 B
JSON
Raw Normal View History

2016-10-14 17:33:51 -07:00
{
"name": "sass",
2018-02-02 16:37:06 -08:00
"description": "A pure JavaScript implementation of Sass.",
2016-10-14 17:33:51 -07: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-06 15:07:12 -07:00
"url": "https://github.com/nex3"
2016-10-14 17:33:51 -07:00
},
"engines": {
"node": ">=0.11.8"
2016-10-14 17:33:51 -07:00
},
"main": "sass.dart.js",
"bin": "sass.js",
"keywords": ["style", "scss", "sass", "preprocessor", "css"]
}