-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
38 lines (38 loc) · 956 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
{
"name": "react-native-activity-recognition",
"version": "3.2.1",
"description": "React Native wrapper for the Activity Recognition API.",
"keywords": [
"react-native",
"android",
"activity",
"recognition",
"detection"
],
"main": "index.js",
"scripts": {},
"author": "Gert Hengeveld <[email protected]>",
"contributors": [
{
"name": "Gert Hengeveld",
"email": "[email protected]"
},
{
"name": "Amit Kanwar",
"email": "[email protected]"
}
],
"license": "GPL",
"homepage": "https://github.com/XebiaStudio/react-native-activity-recognition#readme",
"repository": {
"url": "git+https://github.com/XebiaStudio/react-native-activity-recognition.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/XebiaStudio/react-native-activity-recognition/issues"
},
"devDependencies": {
"react": "^15.3.2",
"react-native": "^0.35.0"
}
}