forked from AR-js-org/AR.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.22 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
{
"name": "ar.js",
"version": "3.3.3",
"description": "Efficient Augmented Reality for the Web",
"main": "./aframe/build/aframe-ar.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "make build"
},
"files": [
"three.js/build",
"aframe/build",
"data",
"three.js/examples/basic.html",
"three.js/examples/vendor/three.js/build/three.min.js",
"aframe/examples/basic.html",
"aframe/examples/vendor/aframe/build/aframe.min.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AR-js-org/AR.js.git"
},
"keywords": [
"AR",
"VR",
"three.js",
"aframe",
"augmented reality",
"location based",
"image tracking",
"marker based"
],
"author": "[email protected]",
"contributors": [
{
"name": "Nicolò Carpignoli",
"email": "[email protected]",
"url": "https://nicolocarpignoli.github.io/me"
},
{
"name": "Walter Perdan",
"email": "[email protected]",
"url": "https://www.walterperdan.com/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/AR-js-org/AR.js/issues"
},
"homepage": "https://github.com/AR-js-org/AR.js/"
}