-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
40 lines (40 loc) · 823 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
38
39
40
{
"name": "goog-webfont-dl",
"version": "1.0.4",
"description": "A utility to download google webfonts to your local machine",
"bin": {
"goog-webfont-dl": "./cli.js"
},
"main": "./index.js",
"dependencies": {
"request": "^2.88.1",
"css": "^2.2.4",
"commander": "^2.20.0",
"lodash": "^4.17.20",
"mkdirp": "^0.5.5",
"bluebird": "^3.7.2"
},
"repository": {
"type": "git",
"url": "git://github.com/jrnewell/goog-webfont-dl.git"
},
"keywords": [
"webfont",
"font",
"google",
"woff",
"ttf",
"eot"
],
"author": "James Newell <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jrnewell/goog-webfont-dl/issues"
},
"engines": {
"node": ">=6"
},
"devDependencies": {
"eslint": "^5.16.0"
}
}