forked from Aminoid/react-native-activity-recognition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.41 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"_args": [
[
"react-native-activity-recognition@git+https://github.com/pasqualintosh/react-native-activity-recognition.git",
"/Users/angelone/Documents/muv"
]
],
"_from": "react-native-activity-recognition@https://github.com/pasqualintosh/react-native-activity-recognition.git",
"_id": "react-native-activity-recognition@git+ssh://git@github.com/pasqualintosh/react-native-activity-recognition.git#8b806b0e688e829f84d10e4c1eacee1629950976",
"_inBundle": false,
"_integrity": "",
"_location": "/react-native-activity-recognition",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "react-native-activity-recognition@https://github.com/pasqualintosh/react-native-activity-recognition.git",
"name": "react-native-activity-recognition",
"escapedName": "react-native-activity-recognition",
"rawSpec": "https://github.com/pasqualintosh/react-native-activity-recognition.git",
"saveSpec": "git+https://github.com/pasqualintosh/react-native-activity-recognition.git",
"fetchSpec": "https://github.com/pasqualintosh/react-native-activity-recognition.git",
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "git+ssh://git@github.com/pasqualintosh/react-native-activity-recognition.git#8b806b0e688e829f84d10e4c1eacee1629950976",
"_spec": "https://github.com/pasqualintosh/react-native-activity-recognition.git",
"_where": "/Users/angelone/Documents/muv",
"author": {
"name": "Gert Hengeveld",
"email": "ghengeveld@xebia.com"
},
"bugs": {
"url": "https://github.com/XebiaStudio/react-native-activity-recognition/issues"
},
"contributors": [
{
"name": "Gert Hengeveld",
"email": "ghengeveld@xebia.com"
},
{
"name": "Amit Kanwar",
"email": "kanwaramit92@gmail.com"
}
],
"deprecated": false,
"description": "React Native wrapper for the Activity Recognition API.",
"devDependencies": {
"react": "^15.3.2",
"react-native": "^0.35.0"
},
"homepage": "https://github.com/XebiaStudio/react-native-activity-recognition#readme",
"keywords": [
"react-native",
"android",
"activity",
"recognition",
"detection"
],
"license": "GPL",
"main": "index.js",
"name": "react-native-activity-recognition",
"repository": {
"url": "git+https://github.com/XebiaStudio/react-native-activity-recognition.git",
"type": "git"
},
"scripts": {},
"version": "3.2.0"
}