-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
122 lines (122 loc) · 2.67 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "nativescript-audioplay",
"version": "1.0.0",
"description": "NativeScript plugin to play audio.",
"main": "audio",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "4.0.0",
"ios": "4.0.0"
}
},
"scripts": {
"tsc": "tsc -skipLibCheck",
"build": "npm i && npm run tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/mehyaa/nativescript-audioplay.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"Android",
"iOS",
"music",
"audio"
],
"author": {
"name": "mehyaa",
"url": "https://github.com/mehyaa",
"email": "mehyaa@gmail.com"
},
"contributors": [
{
"name": "Brad Martin",
"url": "https://github.com/bradmartin",
"email": "bmartin@nstudio.io"
},
{
"name": "Nathan Walker",
"email": "walkerrunpdx@gmail.com",
"url": "https://github.com/NathanWalker"
},
{
"name": "Jibon Lawrence Costa",
"url": "https://github.com/jibon57"
},
{
"name": "Dylan Ryan",
"url": "https://github.com/dylanryan"
},
{
"name": "Alexander Vakrilov",
"url": "https://github.com/vakrilov"
},
{
"name": "GT Nunes",
"url": "https://github.com/gtnunes1956"
},
{
"name": "Andrea Sotto",
"url": "https://github.com/andreasotto"
},
{
"name": "August Heegaard",
"url": "https://github.com/agisboye"
},
{
"name": "Akmal Sultonov",
"url": "https://github.com/asultonov"
},
{
"name": "Amit Gharat",
"url": "https://github.com/codef0rmer"
},
{
"name": "Jen Looper",
"url": "https://github.com/jlooper"
},
{
"name": "Stanimira Vlaeva",
"url": "https://github.com/sis0k0"
},
{
"name": "Osei Fortune",
"url": "https://github.com/triniwiz"
},
{
"name": "RedPandaTronics",
"url": "https://github.com/redpandatronicsuk"
},
{
"name": "Chris Flannagan",
"url": "https://github.com/ChrisFlannagan"
},
{
"name": "mfrro",
"url": "https://github.com/mfrro"
},
{
"name": "Richard Smith",
"url": "https://github.com/DickSmith"
}
],
"bugs": {
"url": "https://github.com/mehyaa/nativescript-audioplay/issues"
},
"license": "MIT",
"homepage": "https://github.com/mehyaa/nativescript-audioplay",
"readmeFilename": "README.md",
"peerDependencies": {
"tns-core-modules": "^4.0.0"
},
"devDependencies": {
"tns-core-modules": "^4.0.0",
"tns-platform-declarations": "^4.0.0",
"typescript": "~2.8.1"
}
}