-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 974 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
44
45
{
"name": "notosans-fontface",
"version": "1.3.0",
"description": "A simple package providing the Noto Sans fontface.",
"scripts": {
"start": "parcel demo/index.html",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GreatWizard/notosans-fontface.git"
},
"author": {
"name": "Guillaume Gérard",
"url": "https://guillaume.sh"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GreatWizard/notosans-fontface/issues"
},
"homepage": "https://github.com/GreatWizard/notosans-fontface",
"keywords": [
"noto",
"sans",
"notosans",
"font",
"fontface",
"css",
"less",
"sass",
"scss",
"stylus",
"styl"
],
"devDependencies": {
"less": "^4.1.2",
"node-sass": "^7.0.1",
"parcel": "^2.2.1",
"stylus": "^0.56.0",
"ttf2eot": "^3.0.0",
"ttf2svg": "^1.2.0",
"ttf2woff": "^3.0.0",
"wawoff2": "^2.0.1"
}
}