2016-03-10 23:01:04 +01:00
|
|
|
{
|
2016-10-11 01:21:50 +02:00
|
|
|
"name": "devices",
|
2019-12-02 05:58:26 +01:00
|
|
|
"description": "BETA - Camera, remote control and other Bluetooth services. App required.",
|
2016-03-10 23:01:04 +01:00
|
|
|
"files": [
|
|
|
|
"README.md",
|
2016-04-02 03:01:44 +02:00
|
|
|
"enums.d.ts",
|
2016-04-03 02:47:49 +02:00
|
|
|
"shims.d.ts",
|
2019-12-02 05:58:26 +01:00
|
|
|
"devices.cpp",
|
|
|
|
"devices.ts"
|
2016-03-10 23:01:04 +01:00
|
|
|
],
|
2019-12-02 05:58:26 +01:00
|
|
|
"icon": "./static/packages/devices/icon.png",
|
2022-03-22 17:36:19 +01:00
|
|
|
"hidden": true,
|
2016-03-10 23:01:04 +01:00
|
|
|
"public": true,
|
|
|
|
"dependencies": {
|
2019-12-02 05:58:26 +01:00
|
|
|
"core": "file:../core",
|
|
|
|
"bluetooth": "file:../bluetooth"
|
2016-04-02 03:01:44 +02:00
|
|
|
},
|
2016-06-07 23:21:19 +02:00
|
|
|
"installedVersion": "ljipgq"
|
2016-11-14 18:44:46 +01:00
|
|
|
}
|