-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
48 lines (48 loc) · 1.14 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
{
"name": "react-native-sms-x",
"version": "1.0.7",
"description": "React native android native api to send SMS in javascript programmatically, no linking to SMS Messenger View.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeyintkoko/react-native-sms-x.git"
},
"keywords": [
"send sms in react native",
"send sms in react-native",
"basic sms",
"send text sms",
"react native",
"react-native",
"send sms",
"sms",
"message",
"android",
"react",
"native",
"callback",
"mobile",
"npm",
"api",
"library",
"programmatically"
],
"author": "Ye Yint Ko Ko",
"license": "ISC",
"bugs": {
"url": "https://github.com/yeyintkoko/react-native-sms-x/issues"
},
"homepage": "https://github.com/yeyintkoko/react-native-sms-x#readme",
"peerDependencies": {
"react": "*",
"react-native": ">=0.46"
},
"devDependencies": {
"react": "^16.4.2",
"react-native": "^0.56.0"
}
}