-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.98 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@gnu-mcu-eclipse/windows-build-tools",
"version": "2.12.1-1",
"description": "An xPack that installs the binary files for GNU MCU Eclipse Windows Build Tools.",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gnu-mcu-eclipse/windows-build-tools-xpack.git"
},
"keywords": [
"xpack",
"make",
"sh",
"build"
],
"author": {
"name": "Liviu Ionescu",
"email": "[email protected]",
"url": "http://liviusdotnet.wordpress.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gnu-mcu-eclipse/windows-build-tools-xpack/issues"
},
"homepage": "https://github.com/gnu-mcu-eclipse/windows-build-tools-xpack",
"devDependencies": {},
"peerDependencies": {},
"bundledDependencies": [],
"optionalDependencies": {},
"engines": {
"node": ">7.7.0"
},
"xpack": {
"binaries": {
"destination": "./.content",
"baseUrl": "https://github.com/gnu-mcu-eclipse/windows-build-tools/releases/download/v2.12-20190422",
"skip": 3,
"platforms": {
"linux-x86": {
"skip": true
},
"linux-x64": {
"skip": true
},
"darwin-x64": {
"skip": true
},
"win32-x86": {
"sha256": "fb4c6a3a3a93f7ac5dbd88879b782b9b1c31c4b51273dc6c8c4299c23b3c4d98",
"fileName": "gnu-mcu-eclipse-windows-build-tools-2.12-20190422-1053-win32.zip"
},
"win32-x64": {
"sha256": "a8fd184310ffb5bf91660fd09f5b230675ef121deb03722c49562edf4d03318f",
"fileName": "gnu-mcu-eclipse-windows-build-tools-2.12-20190422-1053-win64.zip"
}
}
},
"bin": {
"make": "./.content/bin/make.exe",
"busybox": "./.content/bin/busybox.exe",
"echo": "./.content/bin/echo.exe",
"mkdir": "./.content/bin/mkdir.exe",
"rm": "./.content/bin/rm.exe",
"sh": "./.content/bin/sh.exe"
}
}
}