forked from Happy0/ssb-mobile-bluetooth-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 787 Bytes
/
package.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
{
"name": "ssb-mobile-bluetooth-manager",
"version": "3.2.2",
"description": "A module for managing bluetooth connections over a react native bridge.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://www.github.com/happy0/ssb-mobile-bluetooth-manager"
},
"author": "Gordon Martin",
"license": "MIT",
"dependencies": {
"debug": "^4.1.1",
"pull-defer": "^0.2.3",
"pull-json-doubleline": "^2.0.0",
"pull-pushable": "^2.2.0",
"pull-stream": "^3.6.9",
"pull-zip": "^2.0.1",
"stream-to-pull-stream": "^1.7.2",
"uuid": "^3.3.2"
},
"react-native": {
"os": "@staltz/react-native-os",
"rn-viewpager": "@staltz/rn-viewpager"
}
}