-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 936 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 936 Bytes
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
34
35
36
37
38
{
"name": "@fgilde/embed-fonts",
"version": "1.0.6",
"description": "Injects content of font files into stylesheets by replacing the relative url() paths with base64 encoded data.",
"main": "index.js",
"scripts": {
"test": "run",
"patch-release": "npm version patch && npm publish --access public && git push --follow-tags"
},
"bin": {
"embed-fonts": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fgilde/embed-fonts.git"
},
"keywords": [
"embed-fonts",
"dependencies",
"external",
"scss",
"sass",
"web",
"scss"
],
"author": "Florian Gilde",
"license": "GPL-3.0",
"dependencies": {
"clean-css": "^5.3.1",
"file-type": "^18.0.0",
"shelljs": "^0.8.5"
},
"bugs": {
"url": "https://github.com/fgilde/embed-fonts/issues"
},
"homepage": "https://github.com/fgilde/embed-fonts#readme",
"devDependencies": {}
}