-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 910 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
41
42
43
{
"name": "Memba.WebFonts",
"description": "Web fonts for the Memba platform",
"version": "0.3.8",
"author": "Memba Sarl",
"copyright": "Copyright ©2013-2021 Memba® Sarl. All rights reserved.",
"license": "AGPL-3.0",
"licenses": [
{
"type": "Incors",
"url": "http://www.iconexperience.com/o_collection/license/"
},
{
"type": "Iconmonstr",
"url": "http://iconmonstr.com/license/"
}
],
"homepage": "https://www.memba.com",
"keywords": [
"Memba",
"font"
],
"repository": {
"type": "git",
"url": "https://github.com/Memba/Memba-Webfonts.git"
},
"bugs": {
"url": "https://github.com/Memba/Memba-Webfonts/issues"
},
"scripts": {
"build": "grunt"
},
"devDependencies": {
"grunt": "^1.4.1",
"grunt-webfont": "^1.7.2"
},
"engines": {
"node": ">=10"
},
"config": {
"msvs_version": "2017"
}
}