23 lines
402 B
JSON
23 lines
402 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|