-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 888 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 888 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
39
40
41
42
{
"name": "web-fonts-cli",
"version": "1.5.5",
"description": "Web-Fonts CLI",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"preferGlobal": "true",
"bin": {
"web-fonts": "bin/web-fonts"
},
"repository": {
"type": "git",
"url": "https://github.com/web-fonts/web-fonts-cli.git"
},
"keywords": [
"cli",
"web",
"font",
"fonts",
"webfonts",
"webfont",
"woff",
"woff2",
"ttf",
"eot"
],
"author": "Lado Lomidze <lado.lomidze@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/web-fonts/web-fonts-cli/issues"
},
"homepage": "https://github.com/web-fonts/web-fonts-cli#readme",
"dependencies": {
"clean-css": "^3.3.9",
"colors": "^1.1.2",
"commander": "^2.8.1",
"fs-extra": "^0.23.1",
"handlebars": "^3.0.3",
"lodash": "^3.10.1"
}
}