forked from tkporter/react-native-sms
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 838 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
39
40
{
"name": "react-native-sms",
"version": "1.8.0",
"description": "A React Native library for Sending an SMS with Callback",
"main": "index",
"rnpm": {
"android": {
"packageInstance": "SendSMSPackage.getInstance()"
}
},
"scripts": {
"test": "flow"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"sms",
"callback",
"completed",
"cool"
],
"author": {
"name": "Trevor Porter",
"email": "[email protected]"
},
"homepage": "https://github.com/tkporter/react-native-sms",
"bugs": {
"url": "https://github.com/tkporter/react-native-sms/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/tkporter/react-native-sms.git"
},
"license": "MIT"
}