Skip to content

Commit

Permalink
Added Bower Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Wildhoney committed Mar 26, 2014
1 parent 11232fa commit 3b2c8bd
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "obelisk.js",
"version": "1.0.2",
"homepage": "https://github.com/nosir/obelisk.js",
"authors": [
"max huang [email protected]"
],
"description": "JavaScript Engine to Build Pixel Isometric Element with HTML5 Canvas",
"main": "build/obelisk.min.js",
"keywords": [
"pixel",
"isometric",
"game",
"graphic",
"art",
"2.5D"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 3b2c8bd

Please sign in to comment.