-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·50 lines (50 loc) · 1.8 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
{
"_from": "git+https://github.com/pragadeesh0106/Freshchat-android-ReactNative.git",
"_id": "react-native-android-library-freshchat-sdk@2.0.0",
"_inBundle": false,
"_location": "/react-native-android-library-freshchat-sdk",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "react-native-android-library-freshchat-sdk@git+https://github.com/pragadeesh0106/Freshchat-android-ReactNative.git",
"name": "react-native-android-library-freshchat-sdk",
"escapedName": "react-native-android-library-freshchat-sdk",
"rawSpec": "git+https://github.com/pragadeesh0106/Freshchat-android-ReactNative.git",
"saveSpec": "git+https://github.com/pragadeesh0106/Freshchat-android-ReactNative.git",
"fetchSpec": "https://github.com/pragadeesh0106/Freshchat-android-ReactNative.git",
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/pragadeesh0106/Freshchat-android-ReactNative.git#d4a8a26cb19049e07b5e94e52edf10d6e0800be3",
"_spec": "react-native-android-library-freshchat-sdk@git+https://github.com/pragadeesh0106/Freshchat-android-ReactNative.git",
"_where": "/Users/pragadeeshnatarajan/Documents/native/partner",
"author": {
"name": "Shashank Vaibhav"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Freshchat library for React native. Currently it supports android only.",
"homepage": "",
"keywords": [
"react-native",
"android",
"library"
],
"license": "Unlicense",
"name": "react-native-android-library-freshchat-sdk",
"peerDependencies": {
"react-native": ">=0.38.0"
},
"private": false,
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"version": "2.0.1"
}