-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 835 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 835 Bytes
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
{
"name": "plugnative-cordova-sms",
"version": "1.0.0",
"description": "Plugin to operate SMS, send/list/intercept/delete/restore in your cordova hybrid app, quality maintained by plugnative community.",
"cordova": {
"id": "plugnative-cordova-sms",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/PlugNative/plugnative-cordova-sms.git"
},
"keywords": [
"plugnative",
"sms",
"ecosystem:cordova",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "dileep-yadav",
"license": "MIT",
"bugs": {
"url": "https://github.com/PlugNative/plugnative-cordova-sms/issues"
},
"homepage": "https://github.com/PlugNative/plugnative-cordova-sms/blob/master/README.md"
}