sass-google-fonts
Version:
Implement google fonts easily and readable in sass.
33 lines (32 loc) • 836 B
JSON
{
"name": "sass-google-fonts",
"version": "1.0.1",
"description": "Implement google fonts easily and readable in sass.",
"main": "src/GoogleFonts.scss",
"dependencies": {},
"devDependencies": {
"@lassehaslev/executor": "^1.0.1",
"ava": "^0.24.0",
"node-sass": "^4.7.2"
},
"scripts": {
"test": "ava",
"tdd": "executor 'npm run test' --watch='**/*' --ignore='node_modules/' --ignore='dist/'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LasseHaslev/sass-google-fonts.git"
},
"keywords": [
"sass",
"google-font",
"readable",
"webfont"
],
"author": "Lasse S. Haslev",
"license": "MIT",
"bugs": {
"url": "https://github.com/LasseHaslev/sass-google-fonts/issues"
},
"homepage": "https://github.com/LasseHaslev/sass-google-fonts#readme"
}