-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 739 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 739 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
{
"name": "googlefonts-sprite-generator",
"version": "1.2.0",
"description": "This module helps generate sprite image for Google Fonts Developer API",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"ejs": "~2.5.5",
"express": "^4.17.1",
"lodash": "^4.17.11",
"path": "~0.11.14",
"puppeteer": "^1.2.0"
},
"author": "Primoz Zagoricnik <pzagor2@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/pzagor2/GoogleFontSpriteImageGenerator"
},
"keywords": [
"google",
"fonts",
"sprite",
"image"
],
"private": false,
"devDependencies": {
"node-fetch": "^2.6.1"
}
}