-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
37 lines (37 loc) · 850 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
34
35
36
37
{
"name": "google-font-installer",
"version": "1.2.0",
"description": "Download and install Google Web Fonts on your local machine",
"author": "Lorenzo Zottar <lordgiotto@gmail.com>",
"main": "./lib/google-font-list.js",
"bin": {
"gfi": "./cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lordgiotto/google-font-installer"
},
"bugs": {
"url": "https://github.com/lordgiotto/google-font-installer/issues"
},
"license": "MIT",
"keywords": [
"google",
"font",
"download",
"install",
"cli"
],
"dependencies": {
"async": "^1.5.2",
"colors": "^1.1.2",
"commander": "^2.9.0",
"copy-paste-win32fix": "^1.4.0",
"file-type": "^3.6.0",
"mv": "^2.1.1",
"pascal-case": "^1.1.2"
},
"optionalDependencies": {
"node-powershell": "^4.0.0"
}
}