17 lines
409 B
JSON
Raw Normal View History

2016-03-10 14:01:04 -08:00
{
"name": "devices",
2018-02-20 22:17:35 -08:00
"description": "BETA - Camera, remote control and other Bluetooth services. App required.",
2016-03-10 14:01:04 -08:00
"files": [
"README.md",
2016-04-01 18:01:44 -07:00
"enums.d.ts",
2016-04-02 17:47:49 -07:00
"shims.d.ts",
2017-01-06 06:03:33 -08:00
"devices.cpp",
2018-02-20 22:17:35 -08:00
"devices.ts"
2016-03-10 14:01:04 -08:00
],
"public": true,
"dependencies": {
2016-12-05 09:05:54 -08:00
"core": "file:../core",
"bluetooth": "file:../bluetooth"
2016-04-01 18:01:44 -07:00
},
2016-06-07 14:21:19 -07:00
"installedVersion": "ljipgq"
2017-01-06 06:03:33 -08:00
}