dart-sass/package/package.json
Natalie Weizenbaum bd4cc36186 Rename the npm package "sass".
We'll continue to build the "dart-sass" package for the time being to
ease migration, but I expect to move entirely to "sass" by 1.0.0
stable.
2017-06-06 15:11:12 -07:00

23 lines
578 B
JSON

{
"name": "sass",
"description": "A Dart implementation of Sass, compiled to JS.",
"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",
"url": "https://github.com/nex3"
},
"engines": {
"node": ">=0.11.8"
},
"main": "sass.dart.js",
"bin": "sass.js",
"keywords": ["style", "scss", "sass", "preprocessor", "css"]
}