Skip to content

Commit d8f6350

Browse files
author
Zeno Rocha
committed
Add Bower config with three.js as a dependency for examples
1 parent ece9c11 commit d8f6350

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.DS_Store
2-
node_modules
2+
bower_components
3+
node_modules

bower.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "tracking.js",
3+
"version": "1.0.0-alpha",
4+
"homepage": "http://trackingjs.com",
5+
"authors": [
6+
"Eduardo Lundgren <edu@rdo.io>"
7+
],
8+
"description": "Augmented Reality JavaScript Framework.",
9+
"main": "build/tracking.js",
10+
"keywords": [
11+
"tracking",
12+
"webrtc"
13+
],
14+
"license": "BSD",
15+
"ignore": [
16+
"**/.*",
17+
"node_modules",
18+
"bower_components"
19+
],
20+
"dependencies": {
21+
"threejs": "~0.0.67"
22+
}
23+
}

0 commit comments

Comments
 (0)