forked from GreatWizard/notosans-fontface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 849 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
{
"name": "notosans-fontface",
"version": "1.2.2",
"description": "A simple package providing the Noto Sans fontface.",
"main": "css/notosans-fontface.css",
"scripts": {
"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"
],
"devDependencies": {
"less": "^3.11.1",
"node-sass": "^4.13.1",
"ttf2eot": "^2.0.0",
"ttf2svg": "^1.2.0",
"ttf2woff": "^2.0.1",
"ttf2woff2": "^3.0.0"
}
}