-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.34 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.34 KB
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": "@essent/nativescript-adobe-experience-cloud",
"version": "4.0.0-rc.0",
"description": "Nativescript Adobe experience cloud integration plugin",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/Essent/nativescript-plugins.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"Adobe",
"Adobe Mobile SDK"
],
"author": {
"name": "Essent",
"email": "frontend-licenties@essent.nl"
},
"contributors": [
"Jasper Boeijenga <jasper.boeijenga@essent.nl>",
"Henk Bakker <spike1292@gmail.com>",
"Oscar Lodriguez <o.lodriguez@gmail.com>",
"Robert Jan Van der Hulst <rvdhulst@quintor.nl>",
"Steve Jackson <stevenljackson1@gmail.com>",
"Corné de Bruin <corne.de.bruin@navara.nl>",
"Natasa Vukovic <n.vukovic@levi9.com>",
"Brane Ivanovic <b.ivanovic@levi9.com>",
"Djordje Stojanovic <dj.stojanovic@levi9.com>",
"Petar Bozin <pecila@gmail.com>"
],
"bugs": {
"url": "https://github.com/Essent/nativescript-plugins/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Essent/nativescript-plugins",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}