-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 942 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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "react-native-giiker",
"description": "React Native bluetooth interface to connect to Xiaomi Giiker Cube.",
"author": "Érico Júnior <[email protected]>",
"version": "1.0.2",
"main": "index.js",
"scripts": {},
"dependencies": {
"base64-arraybuffer": "^0.1.5",
"react-native-ble-plx": "^1.0.3"
},
"devDependencies": {
"babel-core": "7.0.0-bridge.0",
"babel-jest": "24.1.0",
"jest": "24.1.0",
"metro-react-native-babel-preset": "0.52.0",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
},
"license": "MTI",
"bugs": {
"url": "https://github.com/juniorerico/react-native-giiker/issues"
},
"homepage": "https://github.com/juniorerico/react-native-giiker",
"keywords": [
"react",
"react-native",
"react-component",
"giiker",
"magic",
"cube",
"rubiks",
"ios",
"android",
"bluetooth",
"ble"
]
}