package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "git+https://github.com/x1ongzhu/BluetoothSerial.git",
  3. "_id": "cordova-plugin-bluetooth-serial@0.4.7",
  4. "_inBundle": false,
  5. "_integrity": "",
  6. "_location": "/cordova-plugin-bluetooth-serial",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "git",
  10. "raw": "https://github.com/x1ongzhu/BluetoothSerial.git",
  11. "rawSpec": "https://github.com/x1ongzhu/BluetoothSerial.git",
  12. "saveSpec": "git+https://github.com/x1ongzhu/BluetoothSerial.git",
  13. "fetchSpec": "https://github.com/x1ongzhu/BluetoothSerial.git",
  14. "gitCommittish": null
  15. },
  16. "_requiredBy": [
  17. "#USER",
  18. "/"
  19. ],
  20. "_resolved": "git+https://github.com/x1ongzhu/BluetoothSerial.git#7c33b4423c176a02f803977467da827b07b7960d",
  21. "_spec": "https://github.com/x1ongzhu/BluetoothSerial.git",
  22. "_where": "/Users/drew/Projects/Cordova/animalWeight",
  23. "author": {
  24. "name": "Don Coleman",
  25. "email": "don.coleman@gmail.com"
  26. },
  27. "bugs": {
  28. "url": "https://github.com/don/BluetoothSerial/issues"
  29. },
  30. "bundleDependencies": false,
  31. "cordova": {
  32. "id": "cordova-plugin-bluetooth-serial",
  33. "platforms": [
  34. "android",
  35. "ios",
  36. "wp8"
  37. ]
  38. },
  39. "deprecated": false,
  40. "description": "Bluetooth Serial Communication Plugin",
  41. "homepage": "https://github.com/don/BluetoothSerial#readme",
  42. "keywords": [
  43. "cordova",
  44. "bluetooth",
  45. "serial",
  46. "ble",
  47. "arduino",
  48. "ecosystem:cordova"
  49. ],
  50. "license": "Apache-2.0",
  51. "main": "./www/bluetoothSerial.js",
  52. "name": "cordova-plugin-bluetooth-serial",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/don/BluetoothSerial.git"
  56. },
  57. "version": "0.4.7"
  58. }