sass-asset-functions
Version:
asset functions for node-sass / dart-sass
42 lines (41 loc) • 911 B
JSON
{
"name": "sass-asset-functions",
"version": "0.1.1",
"description": "asset functions for node-sass / dart-sass",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/fetch/node-sass-asset-functions.git"
},
"keywords": [
"node",
"sass",
"assets",
"image",
"image-url",
"image-width",
"image-height",
"font-url",
"font-files"
],
"author": "Koen Punt <koen@fetch.nl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fetch/node-sass-asset-functions/issues"
},
"homepage": "https://github.com/fetch/node-sass-asset-functions",
"dependencies": {
"image-size": "^0.3.5",
"mime": "^1.3.4"
},
"peerDependencies": {
"node-sass": ">= 3.2 < 5",
"sass": "*"
},
"devDependencies": {
"jest": "^24.8.0"
}
}