-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 985 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 985 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
{
"name": "google-webfonts-json-encoder",
"version": "0.1.10",
"description": "\"Given a list of available google font subsets and families, download the specified family, subset and variants, in several formats, encoding them as json\"",
"main": "index.js",
"scripts": {
"test": "cd test/lib;mocha --harmony ."
},
"repository": {
"type": "git",
"url": "https://github.com/basekit/google-webfonts-json-encoder.git"
},
"bin": {
"gwjencoder": "./gwjencoder.js"
},
"author": "\"Eddy Josafat Hernandez Vega\"",
"license": "CC BY 4.0",
"bugs": {
"url": "https://github.com/basekit/google-webfonts-json-encoder/issues"
},
"homepage": "https://github.com/basekit/google-webfonts-json-encoder",
"dependencies": {
"async": "^0.9.0",
"node-fetch": "^3.3.2",
"ttf2woff": "^2.0.1",
"yamljs": "^0.2.1",
"yargs": "^3.6.0"
},
"devDependencies": {
"mocha": "^2.2.1",
"mockery": "^1.4.0",
"sinon": "^1.14.1"
}
}