forked from Wikitude/wikitude-cordova-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.19 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
{
"name": "com.wikitude.phonegap.wikitudeplugin",
"version": "9.6.0",
"description": "Augmented Reality Wikitude SDK Plugin \n The Wikitude Cordova Plugin enables developers to embed an augmented reality view into their Cordova project. You can create a fully featured app with advanced augmented reality features, including image recognition, object recognition purely using HTML, CSS and JavaScript.\n ",
"cordova": {
"id": "",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wikitude/wikitude-phonegap.git"
},
"keywords": [
"AR",
"augmented reality",
"Wikitude",
"image recognition",
"object recognition",
"markerless tracking",
"cloud recognition",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Wikitude GmbH",
"license": "(c) 2016 - 2021 Wikitude GmbH - see License.md for details of the license",
"bugs": {
"url": "https://github.com/Wikitude/wikitude-phonegap/issues"
},
"homepage": "https://github.com/Wikitude/wikitude-phonegap#readme"
}