|
2 | 2 | "name": "siwigsm",
|
3 | 3 | "title": "SIWI GSM Platform",
|
4 | 4 | "description": "Development Platform for GSM SoC: MT2503 and MT6261",
|
5 |
| - "url": "http://siwi.in/", |
6 |
| - "homepage": "http://siwi.in", |
| 5 | + "url": "https://siwi.in/", |
| 6 | + "homepage": "https://help.siwi.in/", |
7 | 7 | "license": "MIT",
|
| 8 | + "keywords": [ |
| 9 | + "dev-platform", |
| 10 | + "GSM", |
| 11 | + "Quectel", |
| 12 | + "MT2621", |
| 13 | + "MT2503", |
| 14 | + "GSM IoT" |
| 15 | + ], |
| 16 | + "engines": { |
| 17 | + "platformio": "^5" |
| 18 | + }, |
8 | 19 | "repository": {
|
9 | 20 | "type": "git",
|
10 | 21 | "url": "https://github.com/siwiembedded/platform-siwigsm.git"
|
11 | 22 | },
|
12 |
| - "version": "0.4.0", |
| 23 | + "version": "0.5.0", |
13 | 24 | "vendor": "SiWi Embedded Solutions Pvt. Ltd.",
|
14 |
| - "packageRepositories": [ |
15 |
| - "https://dl.bintray.com/platformio/dl-packages/manifest.json", |
16 |
| - "http://dl.platformio.org/packages/manifest.json", |
17 |
| - "https://siwiembedded.github.io/manifest.json" |
18 |
| - ], |
19 | 25 | "frameworks": {
|
20 | 26 | "siwisdk": {
|
21 | 27 | "package": "framework-siwisdk",
|
22 |
| - "script": "builder/framework/siwisdk.py" |
| 28 | + "script": "builder/framework/siwisdk.py", |
| 29 | + "description": "Arduino Wiring-based Framework For SiWi and Quectel GSM Modules", |
| 30 | + "homepage": "https://github.com/siwiembedded/siwisdk", |
| 31 | + "title": "SIWI GSM Software Development Kit for MT6261 and MT2503 SoC" |
23 | 32 | },
|
24 | 33 | "arduino": {
|
25 | 34 | "package": "framework-siwiduino",
|
26 |
| - "script": "builder/framework/siwiduino.py" |
| 35 | + "script": "builder/framework/siwiduino.py", |
| 36 | + "description": "Arduino Wiring-based Framework For SiWi and Quectel GSM Modules", |
| 37 | + "homepage": "https://github.com/siwiembedded/siwiduino", |
| 38 | + "title": "Arduino Framework" |
27 | 39 | }
|
28 | 40 | },
|
29 | 41 | "packages": {
|
30 | 42 | "toolchain-gccarmnoneeabi": {
|
31 | 43 | "type": "toolchain",
|
| 44 | + "owner": "platformio", |
32 | 45 | "version": "~1.80201.0"
|
33 | 46 | },
|
34 | 47 | "framework-siwisdk": {
|
|
0 commit comments