-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
29 lines (29 loc) · 826 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": "react-native-sensor-manager",
"version": "0.1.10",
"description": "A react-native module that allows you to use the accelerometer, gyroscope and magnetometer and Android devices\"",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kprimice/react-native-sensor-manager.git"
},
"keywords": [
"react-native",
"android",
"react-native-sensor-manager",
"accelerometer",
"gyroscope",
"magnetometer",
"thermometer",
"step-counter"
],
"author": "Kevin Primicerio <kevin.primicerio@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/kprimice/react-native-sensor-manager/issues"
},
"homepage": "https://github.com/kprimice/react-native-sensor-manager#readme"
}