-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c48420
commit 174b64e
Showing
1 changed file
with
40 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,41 @@ | ||
{ | ||
"name": "nativescript-phone", | ||
"version": "1.3.0", | ||
"description": "NativeScript plugin to use the device phone and SMS features for Android and iOS", | ||
"main": "index", | ||
"typings": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/msywensky/nativescript-phone.git" | ||
}, | ||
"keywords": [ | ||
"NativeScript", | ||
"Phone", | ||
"SMS" | ||
], | ||
"dependencies": { | ||
"nativescript-permissions": "1.2.3" | ||
}, | ||
"author": "Mike Sywensky <michael.sywensky@gmail.com> ", | ||
"contributors": [ | ||
{ | ||
"name": "Brad Martin", | ||
"email": " [email protected]", | ||
"url": "https://github.com/bradmartin" | ||
} | ||
], | ||
"license": { | ||
"type": "MIT", | ||
"url": "https://github.com/msywensky/nativescript-phone/blob/master/LICENSE" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/msywensky/nativescript-phone/issues" | ||
}, | ||
"homepage": "https://github.com/msywensky/nativescript-phone", | ||
"nativescript": { | ||
"platforms": { | ||
"android": "1.0.0", | ||
"ios": "1.0.0" | ||
} | ||
} | ||
} | ||
"name": "nativescript-phone", | ||
"version": "1.3.1", | ||
"description": "NativeScript plugin to use the device phone and SMS features for Android and iOS", | ||
"main": "index", | ||
"typings": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/msywensky/nativescript-phone.git" | ||
}, | ||
"keywords": ["NativeScript", "Phone", "SMS"], | ||
"dependencies": { | ||
"nativescript-permissions": "1.2.3" | ||
}, | ||
"author": "Mike Sywensky <[email protected]> ", | ||
"contributors": [ | ||
{ | ||
"name": "Brad Martin", | ||
"email": " bradwaynemartin@gmail.com", | ||
"url": "https://github.com/bradmartin" | ||
}, | ||
{ | ||
"name": "Witold Czaplewski", | ||
"url": "https://github.com/witi83" | ||
} | ||
], | ||
"license": { | ||
"type": "MIT", | ||
"url": "https://github.com/msywensky/nativescript-phone/blob/master/LICENSE" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/msywensky/nativescript-phone/issues" | ||
}, | ||
"homepage": "https://github.com/msywensky/nativescript-phone", | ||
"nativescript": { | ||
"platforms": { | ||
"android": "1.0.0", | ||
"ios": "1.0.0" | ||
} | ||
} | ||
} |