forked from HackWalls/HackWalls
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 915 Bytes
/
bower.json
File metadata and controls
41 lines (41 loc) · 915 Bytes
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
{
"name": "hackAr",
"main": "index.html",
"authors": [
"Kevin Jahns <kevin.jahns@rwth-aachen.de>",
"Jasper Nalbach <jasper.nalbach@rwth-aachen.de>",
"Alexander Ruppert <alexander.ruppert@rwth-aachen.de>"
],
"description": "Shared AR Grafitti",
"moduleType": [
"globals"
],
"keywords": [
"AR",
"hackAR",
"Yjs",
"Draw"
],
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"y-websockets-client": "~8.0.6",
"y-webrtc": "~8.0.2",
"fabric.js": "fabric#~1.6.0",
"y-memory": "~8.0.3",
"y-array": "~8.1.2",
"hammerjs": "hammer.js#~2.0.6",
"tracking": "~1.1.2",
"perspective-transform": "~1.1.3",
"js_marker_detector": "https://github.com/pachacamac/js_marker_detector.git",
"webrtc-adapter": "^1.0.7"
}
}