-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
platform.json
34 lines (34 loc) · 937 Bytes
/
platform.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
{
"name": "wizio",
"title": "WizIO",
"description": "Arduino Simulator 2019 Georgi Angelov",
"url": "https://github.com/Wiz-IO/platform-wizio",
"homepage": "http://www.wizio.eu/",
"license": "Apache-2.0",
"engines": { "platformio": "^3.0.0" },
"repository": {
"type": "",
"url": "https://github.com/Wiz-IO/platform-wizio.git"
},
"version": "1.0.3",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json"
],
"frameworks": {
"arduino": {
"package": "framework-wizio",
"script": "builder/frameworks/arduino.py"
},
"gcc": {
"package": "framework-wizio",
"script": "builder/frameworks/gcc.py"
}
},
"packages": {
"framework-wizio": {
"type": "framework",
"version": "https://github.com/Wiz-IO/framework-wizio.git"
}
}
}