Skip to content

Commit

Permalink
added bower support - fixes #41
Browse files Browse the repository at this point in the history
  • Loading branch information
jdan committed May 12, 2014
1 parent f4fbb03 commit a865625
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
{
"name": "isomer",
"version": "0.2.4",
"main": "index.js",
"scripts": [ "dist/isomer.js" ]
"main": "dist/isomer.js",
"scripts": [
"dist/isomer.js"
],
"homepage": "https://github.com/jdan/isomer",
"authors": [
"Jordan Scales <scalesjordan@gmail.com>"
],
"description": "A simple isometric graphics library for HTML5 canvas",
"keywords": [
"graphics",
"isometric",
"canvas",
"3D"
],
"license": "MIT"
}

0 comments on commit a865625

Please sign in to comment.