forked from mdanishs/nativescript-toasts
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 827 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
{
"name": "nativescript-toasts",
"version": "1.0.3",
"description": "Provides common API to create toast notifications for android and iOS",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"nativescript": {
"platforms": {
"ios": "1.3.0",
"android" : "1.1.0"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdanishs/nativescript-toasts.git"
},
"keywords": [
"toasts",
"notifications",
"nativescript"
],
"author": "M Danish Siddiqui <[email protected]> (http://mdanishs.github.io)",
"license": "ISC",
"bugs": {
"url": "https://github.com/mdanishs/nativescript-toasts/issues"
},
"homepage": "https://github.com/mdanishs/nativescript-toasts#readme"
}