-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.49 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
{
"_from": "react-native-silent-ping-sms",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-q36JlIQFN4wPpO0a15tnpnGnhxf+jUihtFEMfanVeB8BWIjcOo4t5+CEgoV6wmFW3WoIe3LLIjM6d9ByqiWnBQ==",
"_location": "/react-native-silent-ping-sms",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "react-native-silent-ping-sms",
"name": "react-native-silent-ping-sms",
"escapedName": "react-native-silent-ping-sms",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-silent-ping-sms/-/react-native-silent-ping-sms-1.2.0.tgz",
"_shasum": "36c2b8e24260d6e7dbb5a7202a413880339e29bc",
"_spec": "react-native-silent-ping-sms",
"_where": "C:\\Users\\erikc\\FlyveMDM\\MyAwesomeProject",
"author": {
"name": "Erik Campos"
},
"bundleDependencies": false,
"deprecated": false,
"description": "- Does not require rooted device - SMS will not be delivered as standard SMS, target user will receive no visual notification about SMS being received",
"email": "[email protected]",
"keywords": [
"react-native"
],
"license": "",
"main": "index.js",
"name": "react-native-silent-ping-sms",
"peerDependencies": {
"react-native": "^0.41.2",
"react-native-windows": "0.41.0-rc.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.2.0"
}