-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 893 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@squirrel-forge/sass-base64-loader",
"version": "0.11.2",
"description": "A node sass function for importing files as base64 encoded strings built for the new sass js api.",
"main": "base64Loader.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/squirrel-forge/node-sass-base64-loader.git"
},
"keywords": [
"sass",
"plugin",
"base64",
"loader",
"sass-function",
"base64-loader"
],
"author": "Daniel Hartwell <me@siux.info> (http://siux.info)",
"license": "MIT",
"bugs": {
"url": "https://github.com/squirrel-forge/node-sass-base64-loader/issues"
},
"homepage": "https://github.com/squirrel-forge/node-sass-base64-loader#readme",
"engines": {
"node": ">= 10.0.0"
},
"peerDependencies": {
"sass": "^1.40.0"
}
}