forked from jeromeetienne/AR.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 951 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
32
33
34
35
36
37
38
39
40
{
"name": "ar.js",
"version": "2.0.8",
"description": "Efficient Augmented Reality for the Web",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "make minify"
},
"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/jeromeetienne/AR.js.git"
},
"keywords": [
"AR",
"VR",
"three.js",
"aframe",
"augmented reality",
"location based"
],
"author": "jerome.etienne@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeromeetienne/AR.js/issues"
},
"homepage": "https://github.com/jeromeetienne/AR.js#readme",
"dependencies": {
"uglify-js": "^3.7.2"
}
}