forked from theos/theos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (28 loc) · 657 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
{
"name": "theos",
"version": "2.5.0",
"description": "A cross-platform build system for creating iOS, macOS, Linux, and Windows programs.",
"author": "Theos",
"license": "GPL-3.0",
"homepage": "https://theos.github.io/",
"bugs": "https://github.com/theos/theos/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/theos/theos.git"
},
"keywords": [
"build",
"ios",
"iphone",
"mac",
"jailbreak",
"objc"
],
"bin": {
"logos": "./bin/logos.pl",
"logify": "./bin/logify.pl",
"nic": "./bin/nic.pl",
"nicify": "./bin/nicify.pl",
"denicify": "./bin/denicify.pl"
}
}