-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.15 KB
/
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
{
"name": "typopro-src",
"version": "4.2.7",
"description": "TypoPRO: Fonts for Professional Typography (SRC)",
"homepage": "https://github.com/rse/typopro-src",
"license": "MIT AND Apache-2.0 AND OFL-1.1 AND CC0-1.0",
"author": {
"name": "Dr. Ralf S. Engelschall",
"email": "[email protected]",
"url": "http://engelschall.com"
},
"keywords": [
"font", "typography", "ttf", "otf", "woff", "eot"
],
"repository": {
"type": "git",
"url": "git://github.com/rse/typopro-src.git"
},
"bugs": {
"url": "http://github.com/rse/typopro/issues"
},
"dependencies": {
"npm-install-fetch": "1.3.12",
"shx": "0.3.4"
},
"scripts": {
"install": "npm-install-fetch",
"uninstall": "shx rm -rf src"
},
"npm-install-fetch": {
"name": "%{description} %{version}",
"input": "https://github.com/rse/%{name}/archive/%{version}.tar.gz",
"extract": true,
"strip": 1,
"filter": [ "src/**" ],
"output": "."
}
}