face-recognition.js/public_html/js/tracking.js/bower.json

23 lines
402 B
JSON
Raw Normal View History

{
"name": "tracking",
"homepage": "http://trackingjs.com",
"authors": [
"Eduardo Lundgren <edu@rdo.io>"
],
"description": "Augmented Reality JavaScript Framework.",
"main": "build/tracking.js",
"keywords": [
"tracking",
"webrtc"
],
"license": "BSD",
"ignore": [
"**/.*",
"node_modules"
],
"dependencies": {
"dat-gui": "0.5.0",
"threejs": "r67"
}
}