Skip to content

Commit

Permalink
Merge pull request #5 from Wildhoney/add_to_bower
Browse files Browse the repository at this point in the history
Added Bower Configuration
  • Loading branch information
rison committed Mar 27, 2014
2 parents 11232fa + 3b2c8bd commit 5a4c99b
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 5a4c99b

Please sign in to comment.