Skip to content

Commit

Permalink
update bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Aug 22, 2014
1 parent 56e3223 commit 4c55350
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "tdl",
"version": "0.0.2",
"authors": [
"Gregg Tavares <[email protected]>"
{ "name": "Gregg Tavares", "email": "[email protected]", homepage: "http://games.greggman.com" }
],
"description": "A JavaScript libray for WebGL",
"main": "tdl/whatisthisfor.js",
"description": "A JavaScript library for WebGL",
"main": "tdl/base.js",
"moduleType": [
"amd"
],
Expand All @@ -15,6 +14,7 @@
],
"license": "MIT",
"homepage": "https://github.com/greggman/tdl",
"repository": "git://github.com/greggman/tdl.git",
"ignore": [
"**/.*",
"*.md",
Expand Down

0 comments on commit 4c55350

Please sign in to comment.